Adds new ssh config

This commit is contained in:
Michel Fedde 2025-04-08 21:23:47 +02:00
parent 802b862720
commit 10dd92884b
4 changed files with 9 additions and 1 deletions

View file

@ -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