Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
title~/.ssh/config
Host example
    HostHostName example.com
    User ec2-user
    Port 10022
    PreferredAuthentications publickey,keyboard-interactive,password
    IdentityFile ~/.ssh/example/id_rsa

...