Adds required parameter to ssh

This commit is contained in:
Michel Fedde 2025-06-20 18:01:57 +02:00
parent 441b492268
commit 0608f98c2b
4 changed files with 17 additions and 7 deletions

View file

@ -1,3 +1,6 @@
Host *
SetEnv TERM=xterm-256color
Host webserver
HostName h2995861.stratoserver.net
User michel
@ -8,6 +11,12 @@ Host rpi5
User michel
IdentityFile ~/.ssh/webserver.key
Host git.iedsoftworks.com
HostName git.iedsoftworks.com
User git
Port 2222
IdentityFile ~/.ssh/git.iedsoftworks.com.key
Host home
HostName 192.168.178.27
User michel