ssh : add laptop.
This commit is contained in:
parent
87155fb9db
commit
1255874f3a
23
.ssh/config
23
.ssh/config
|
@ -3,8 +3,13 @@ Host home
|
|||
User root
|
||||
Port 22143
|
||||
|
||||
Host dasha
|
||||
HostName 192.168.1.7
|
||||
Host desktop
|
||||
Hostname 192.168.1.3
|
||||
User root
|
||||
Port 22143
|
||||
|
||||
Host work
|
||||
Hostname 192.168.1.5
|
||||
User root
|
||||
Port 22143
|
||||
|
||||
|
@ -13,8 +18,13 @@ Host pi
|
|||
User root
|
||||
Port 22143
|
||||
|
||||
Host work
|
||||
Hostname 192.168.1.5
|
||||
Host dasha
|
||||
HostName 192.168.1.7
|
||||
User root
|
||||
Port 22143
|
||||
|
||||
Host laptop
|
||||
Hostname 192.168.1.9
|
||||
User root
|
||||
Port 22143
|
||||
|
||||
|
@ -28,11 +38,6 @@ Host vpn
|
|||
User root
|
||||
Port 22143
|
||||
|
||||
Host desktop
|
||||
Hostname 192.168.1.3
|
||||
User root
|
||||
Port 22143
|
||||
|
||||
Host fmpmaven
|
||||
Hostname 10.30.22.10
|
||||
User root
|
||||
|
|
Reference in a new issue