VYOS - Henryisgreat/TechJournal GitHub Wiki

# = configure || $ = console

Misc Important Configurations

  • Change a password
    • set system login user <name> authentication plaintext-password <password>
  • Enable RSA key only ssh
    • #set service ssh disable-password-authentication
    • $ restart ssh
    • $ generate ssh server-key
    • $ generate ssh client-key /path/to/private_key
    • $ generate public-key-commands name <username> path <location>
      • #set system login user <user> authentication public-keys <user>@<example.domain> type ssh-rsa

Servicces

  • SSH
    • # set service ssh port <port[leave blank if port 22]>
⚠️ **GitHub.com Fallback** ⚠️