Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ssh_authentication_using_only_password_ignoring_keys

SSH authentication with only a password, ignoring keys

ssh -o PasswordAuthentication=yes -o PreferredAuthentications=keyboard-interactive,password -o PubkeyAuthentication=no machine.domain -l username
ssh_authentication_using_only_password_ignoring_keys.txt · Last modified: 2022/12/21 20:21 by juckins