home.social

#sshconfiguration — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sshconfiguration, aggregated by home.social.

fetched live
  1. Your `.ssh/config` probably wants to start with

    ```
    ForwardAgent yes
    HashKnownHosts no
    IdentitiesOnly yes
    ```

    If you are a sophisticated SSH user, this is fine. If you don't even have an SSH config, or if you randomly SSH into previously unknown machines using username/password, then this is not for you.

    #ssh #sshconfiguration #cli