Linux Reference12.1 SSH |
20.02.2008 |
| ← 12 Security | [ up ] - [ top ] - [ linux a-z ] | 12.1.1 Stunnel → |
Allow SSH Version 1 oder 2
vi /etc/ssh/sshd_config ... Protocol 2,1 ... [shell]# /etc/rc.d/init.d/sshd restartTip:
Configure just
Protocol 2
if you want to make sure all hosts are connecting with protocol version 2. This is necessary if you have configured session-less scp's with public keys.
hosts.allow
# comment httpd: ALL <empty line> sshd: 192.168.1.2 192.168.1.3 . . .
copyright by retoh - created with mytexi