Adds required parameter to ssh
This commit is contained in:
parent
441b492268
commit
0608f98c2b
4 changed files with 17 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue