• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

SSH V1 disable not working...

psingh

Basic Pleskian
Dear All,

i wanted to block ssh V1 on my server and have already added following
" Protocol 2 " in /etc/ssh/sshd_config file..

i've restarted service, as well as restarted server..

however, i am still able to access the server using ssh V1.


Can anyone please help me with this.

Thanks in Advance,
PS
 
Sorry to bother you again : i did lil more search on it and figured.. out following options to set :
Preferred SSH Protocol version :

1 Only - BLOCKED
1 - Allowed
2 - Allowed
2 Only - Allowed


When set to " Version 1 Only " , ssh is blocked where as
When set to " Version 1 or 2 or 2 Only " ssh is allowed


Any idea.

Thank you in Advance,
PS
 
It works fine for me:

# grep Protocol /etc/ssh/sshd_config
#Protocol 2,1
Protocol 2

# ssh -1 localhost
Protocol major versions differ: 1 vs. 2

# ssh -2 localhost
The authenticity of host 'localhost (127.0.0.1)' can't be established.
RSA key fingerprint is 6b:24:6a:f5:93:8e:1f:5a:7d:d0:e2:40:90:6c:95:df.
Are you sure you want to continue connecting (yes/no)?
 
Thank you IgorG..
i was testing via putty .. which was giving me prob..
I have confirmed from another lunux box.. and is working fine..

Thank you once again IgorG
 
Back
Top