SSH login without key auth (force password authentication)

From DevOps Notebook
Revision as of 12:59, 11 December 2021 by MilosZ (talk | contribs) (Created page with "<pre> ssh -o PasswordAuthentication=yes -o PreferredAuthentications=keyboard-interactive,password -o PubkeyAuthentication=no host.devopsnotebook.com </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ssh -o PasswordAuthentication=yes -o PreferredAuthentications=keyboard-interactive,password -o PubkeyAuthentication=no host.devopsnotebook.com