SSH Command Cheat Sheet

1. Connect as Root with Disabled Public Key Authentication ssh -o PubkeyAuthentication=no root@example-host 2. Connect with Private Key ssh -i ~/.ssh/alice.pem alice@example.com 3. SSH Configuration File 3.1. View and Edit…

0 Comments