blob: 330e195298102839b95e43e78e1bb43eea9b178b (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | # vim: set filetype=sshconfig :
Host ubuntu1
    HostName ubuntu1.farzat.xyz
    User farzat
    ForwardAgent yes
    IdentitiesOnly yes
    IdentityFile ${XDG_DATA_HOME}/ssh_pub_keys/ubuntu1.pub
Host arch1_g1
    User gitolite
Host arch1 arch1_*
    HostName arch1.farzat.xyz
    User farzat
    ForwardAgent yes
    IdentitiesOnly yes
    IdentityFile ${XDG_DATA_HOME}/ssh_pub_keys/arch1.pub
 |