ssh: make ssh alias uniform with their hostnames
This commit is contained in:
parent
53d00f0ca2
commit
9ec12632a1
@ -20,14 +20,14 @@ Host git.its-et.me
|
|||||||
HostName git.its-et.me
|
HostName git.its-et.me
|
||||||
|
|
||||||
# pve-01k (pikvm)
|
# pve-01k (pikvm)
|
||||||
Host pve01k
|
Host pve-01k
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/pve-01k
|
IdentityFile=~/.ssh/pve-01k
|
||||||
HostName 192.168.1.4
|
HostName 192.168.1.4
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
# lax-01 (Linode public-facing server)
|
# lax-01 (Linode public-facing server)
|
||||||
Host lax01
|
Host lax-01
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/lax-01
|
IdentityFile=~/.ssh/lax-01
|
||||||
HostName lax-01.tail755c5.ts.net
|
HostName lax-01.tail755c5.ts.net
|
||||||
@ -46,26 +46,26 @@ Host borg-krypton
|
|||||||
HostName 192.168.1.3
|
HostName 192.168.1.3
|
||||||
|
|
||||||
# pve-01
|
# pve-01
|
||||||
Host pve01
|
Host pve-01
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/pve-01
|
IdentityFile=~/.ssh/pve-01
|
||||||
HostName 192.168.1.3
|
HostName 192.168.1.3
|
||||||
|
|
||||||
# ----- VMs -----
|
# ----- VMs -----
|
||||||
# bld-01
|
# bld-01
|
||||||
Host bld01
|
Host bld-01
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/bld-01
|
IdentityFile=~/.ssh/bld-01
|
||||||
HostName 192.168.1.8
|
HostName 192.168.1.8
|
||||||
|
|
||||||
# bld-02
|
# bld-02
|
||||||
Host bld02
|
Host bld-02
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/bld-02
|
IdentityFile=~/.ssh/bld-02
|
||||||
HostName 192.168.1.9
|
HostName 192.168.1.9
|
||||||
|
|
||||||
# log-01
|
# log-01
|
||||||
Host log01
|
Host log-01
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/log-01
|
IdentityFile=~/.ssh/log-01
|
||||||
HostName 192.168.1.12
|
HostName 192.168.1.12
|
||||||
@ -77,13 +77,13 @@ Host minecraft1
|
|||||||
HostName 192.168.1.6
|
HostName 192.168.1.6
|
||||||
|
|
||||||
# srv-01
|
# srv-01
|
||||||
Host srv01
|
Host srv-01
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/srv-01
|
IdentityFile=~/.ssh/srv-01
|
||||||
HostName 192.168.1.7
|
HostName 192.168.1.7
|
||||||
|
|
||||||
# web-01
|
# web-01
|
||||||
Host web01
|
Host web-01
|
||||||
User etorres
|
User etorres
|
||||||
IdentityFile=~/.ssh/web-01
|
IdentityFile=~/.ssh/web-01
|
||||||
HostName 192.168.1.5
|
HostName 192.168.1.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user