From time to time, you may need to force SSH client to use password authentication instead of public key.
To test if you can connect to a host using password authentication and explicitly deny public key authentication:
ssh -o PubkeyAuthentication=no user@host
- 1 Users Found This Useful
Related Articles
Powered by WHMCompleteSolution