SSH Protocol 2

@how@

Verified User
Joined
Mar 2, 2005
Messages
802
Location
Kingdom of Bahrain
Hi,
nano -w /etc/ssh/sshd_config

find the Protocol line and change it to

Protocol 2

service sshd restart
service sshd status
and you are done.

after that i can access to SSH :mad:
putty after root enter
close

if i set Protocol 1 work fine :(
i have DA with webmin, i can edit sshd_config via webmin but my other server only DA without webmin.

how to fix it :confused:


Best Regards,
Wael from 廢除種族隔離
 
now i want fix SSH Protocol 2 in server with DA and webmin :( .

many tool in webmin i wanna DA do same or look like webmin

but DA batter and faster :D
 
And DA isn't open source. Therefor not everyone and their dog has a copy. Which that alone makes it way more secure. ;)

I do not understand your problem. Can you please try to explain it a little better. I understand you made it to where you have to use Protocol 2 and probably disabled direct root login. What is the problem your having?
 
;) now
Protocol 1 disabled
Protocol 2 enable
root login enable

when i want use ssh via putty = putty close them self
if i set Protocol 1 enable from webmin i can access to ssh

Protocol 1 i can access to ssh
Protocol 2 i can't access to ssh

can i fix Protocol 2 or other way ?


Protocol 1 easy for hacker :(
 
In your PUTTY, before you click open on a site, go down on the left to "CONNECTION", then "SSH". Under "Preferred SSH Protocol Version", Make sure you don't have it set to "1 Only" or "1" checked. Try making it "2 Only". Sounds like you are trying to have your putty connect using 1 only.

I would also turn PermitRootLogin to NO. This is way more secure. You can always use "su -" and type the root password to get to root once your in a shell.
 
Back
Top