Fixes ssh config
This commit is contained in:
parent
7cb5091c0b
commit
441b492268
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ Host rpi5
|
||||||
IdentityFile ~/.ssh/webserver.key
|
IdentityFile ~/.ssh/webserver.key
|
||||||
|
|
||||||
Host home
|
Host home
|
||||||
HostName 192.168.178.36
|
HostName 192.168.178.27
|
||||||
User michel
|
User michel
|
||||||
IdentityFile ~/.ssh/home.key
|
IdentityFile ~/.ssh/home.key
|
||||||
|
|
||||||
|
|
@ -42,6 +42,6 @@ Host vagrant
|
||||||
IdentityFile ~/.ssh/vagrant
|
IdentityFile ~/.ssh/vagrant
|
||||||
|
|
||||||
Host essential
|
Host essential
|
||||||
HostName 192.168.178.25
|
HostName 192.168.178.26
|
||||||
User michel
|
User michel
|
||||||
IdentityFile ~/.ssh/essential_home.key
|
IdentityFile ~/.ssh/essential_home.key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue