blob: db1f5e3d89578a13dbce8cb7a540569ff01415a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
HostName arch1.farzat.xyz
User farzat
ForwardAgent yes
IdentitiesOnly yes
IdentityFile ${XDG_DATA_HOME}/ssh_pub_keys/arch1.pub
|