I saw this in the ssh config file:
# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
#PermitEmptyPasswords no
PasswordAuthentication yes
So... if I have password authentication turned on, it's sent in clear text?! This can't be right,is it?
# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
#PermitEmptyPasswords no
PasswordAuthentication yes
So... if I have password authentication turned on, it's sent in clear text?! This can't be right,is it?