Adds new ssh config
This commit is contained in:
parent
802b862720
commit
10dd92884b
4 changed files with 9 additions and 1 deletions
|
|
@ -3,11 +3,16 @@ Host webserver
|
|||
User michel
|
||||
IdentityFile ~/.ssh/webserver.key
|
||||
|
||||
Host home
|
||||
Host rpi5
|
||||
HostName 192.168.178.33
|
||||
User michel
|
||||
IdentityFile ~/.ssh/webserver.key
|
||||
|
||||
Host home
|
||||
HostName home
|
||||
User michel
|
||||
IdentityFile ~/.ssh/home.key
|
||||
|
||||
Host git.php.fail
|
||||
HostName git.php.fail
|
||||
Port 2222
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue