--- 02fun-u2 <[EMAIL PROTECTED]> wrote: > > when you ssh into a system is ther any way to tell what ssh version ( > 1 or 2) you are running and what encryption?
try ssh -v [host] and pic thru the messages > how do you force ssh2 version only? > it looks like you edit the sshd_config file and set the option > protocal to 2 and not 2,1 two being primary and one being fallback. sshd_config :: Protocol 2 > if your ssh client doesn't support 2 than does it just fail? Forces only 2 if the client doesn't support 2. so 1 would fail. ===== Ted Katseres ------------------------------------------------ ------ C , C++, Java or Cobol ------- ------ Linux doesn't care ------------- ------------------------------------------------ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com
