ssh config file for home directory
This commit is contained in:
2021-04-13 09:24:38 +02:00
parent a9e4a04b68
commit 0d7daafa39
+43
View File
@@ -0,0 +1,43 @@
Host solusar.de
HostName solusar.de
Port 22
User caelebfi
IdentityFile ~/.ssh/id_ed25519
Compression yes
TCPKeepAlive yes
Host gitea.solusar.de
HostName gitea.solusar.de
Port 22
User git
IdentityFile ~/.ssh/id_ed25519
Host vmlimo.his.de
HostName vmlimo.his.de
User root
Compression yes
TCPKeepAlive yes
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
Host 10.12.112.2
HostName 10.12.112.2
User root
Compression yes
TCPKeepAlive yes
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
Host gitlab.his.de
Hostname gitlab.his.de
User git
IdentityFile ~/.ssh/id_ed25519
host 10.12.100.150
HostKeyAlgorithms +ssh-dss
KexAlgorithms +diffie-hellman-group1-sha1
Host docshare.his.de
Hostname docshare.his.de
User git
IdentityFile ~/.ssh/id_ed25519