Issue Description
Q:
How to choose the using SSH version in SuSE linux 10?
Handling Process
A:
1.enter into the list of /ect/ssh
2.use vi editor to edit the sshd_config file
3.find the item of # protocol 1,2
4.modify the # protocol 1,2 to the correct SSH version we need
for example
if we need to use SSHv2
modify the # protocol 1,2 to protocol 2
5.save and reset the process
/etc/init.d/sshd restart