.ssh: Import SSH config into dotfiles
This commit is contained in:
parent
e0721ad677
commit
e72ad1c289
@ -1 +0,0 @@
|
|||||||
../Nextcloud/sshconfig
|
|
18
.ssh/config
Normal file
18
.ssh/config
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Remote machines
|
||||||
|
Host assburgers.club
|
||||||
|
HostName assburgers.club
|
||||||
|
Port 22
|
||||||
|
User salt
|
||||||
|
Compression yes
|
||||||
|
# Local address-reserved machines
|
||||||
|
Host dsk-cstm-0
|
||||||
|
HostName 192.168.1.151
|
||||||
|
Port 22
|
||||||
|
User salt
|
||||||
|
Compression yes
|
||||||
|
|
||||||
|
Host lap-th-e560-0
|
||||||
|
HostName 192.168.1.152
|
||||||
|
Port 22
|
||||||
|
User salt
|
||||||
|
Compression yes
|
Loading…
Reference in New Issue
Block a user