Force Client to Use Password Authentication

Key authentication should always be setup, but sometimes it is necessary to authenticate using passwords—even if for nothing else than to verify passwords are disabled.

ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no user@domain.com

source


Revision #2
Created 22 June 2020 14:40:02 by Dustin Sweigart
Updated 28 October 2020 13:56:12 by Dustin Sweigart