ssh: whitespace
This commit is contained in:
parent
6cff04d5fe
commit
00e01644db
1 changed files with 11 additions and 11 deletions
22
.ssh/config
22
.ssh/config
|
@ -20,28 +20,28 @@ Host pbs-test.mgrote.net
|
|||
Host pbs.mgrote.net
|
||||
Host blocky.mgrote.net
|
||||
Host *.mgrote.net
|
||||
IdentityFile ~/.ssh/mgrote.net
|
||||
IdentityFile ~/.ssh/mgrote.net
|
||||
|
||||
### Ubiquity
|
||||
Host nanohd-wohnzimmer.mgrote.net
|
||||
User ubi_ssh_admin
|
||||
HostKeyAlgorithms=+ssh-dss
|
||||
User ubi_ssh_admin
|
||||
HostKeyAlgorithms=+ssh-dss
|
||||
|
||||
### Mikrotik
|
||||
Host rb5009.mgrote.net crs309.mgrote.net crs305.mgrote.net hex.mgrote.net
|
||||
User admin
|
||||
IdentityFile ~/.ssh/mikrotik_ed25519
|
||||
User admin
|
||||
IdentityFile ~/.ssh/mikrotik_ed25519
|
||||
|
||||
### papa.lan
|
||||
Host qnap-nas
|
||||
HostName 192.168.3.108
|
||||
User extraadmin
|
||||
IdentityFile ~/.ssh/qnap_papa
|
||||
HostName 192.168.3.108
|
||||
User extraadmin
|
||||
IdentityFile ~/.ssh/qnap_papa
|
||||
|
||||
### ssh-key für git clone
|
||||
Host git.mgrote.net
|
||||
IdentityFile ~/.ssh/git.mgrote.net
|
||||
IdentityFile ~/.ssh/git.mgrote.net
|
||||
|
||||
Host github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/github.com
|
||||
|
|
Loading…
Reference in a new issue