Results 1 to 2 of 2
hi all,
I'm trying to update SSH from version 1.1 to 2.0 protocol, and I can't figure it out for the life of me. The machine says that OpenSSH 4.2 ...
- 03-10-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 1
Updating OpenSSH on suse enterprise 10
hi all,
I'm trying to update SSH from version 1.1 to 2.0 protocol, and I can't figure it out for the life of me. The machine says that OpenSSH 4.2 something is on there, and I downloaded the newest set of files (tar.gz). But , for the life of me, I can't get a dang rpm or build this thing to install. I downloaded openSSH from it's site but no dice. Any suggestions on building/ creating rpm to install? I'm a noob at linux. It's running suse enterprise 10 on a university domain. thankds in advance
- 03-11-2008 #2
You should be able to use ssh protocol 2 using your existing openssh installation. All you need to do is edit /etc/ssh/sshd_config and add the line
Code:Protocol 2


Reply With Quote