Enabling SSH2 Protocol
# grep
Protocol /etc/ssh/sshd_config
#Protocol
2,1
Uncomment and make below changes
# grep
Protocol /etc/ssh/sshd_config
Protocol 2
Restart
SSHD services:
service
sshd restart
SSH
Protocol Test:
Before:
nmap -sV -p22 hostname
Now when we test from putty ssh1 protocol
Post a Comment
Post a Comment