Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 225 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 225 Bytes

Dotfiles

Generic configuration files

SSH config example

Host <name>
    HostName <ip>
    Port <port>
    User <user>

Host *
    PubKeyAuthentication=yes
    ForwardAgent=yes
    IdentityFile ~/.ssh/id_rsa