Add .ssh/config.d/hostGroup1
This commit is contained in:
parent
12df20df36
commit
ff6ce2cd54
1 changed files with 11 additions and 0 deletions
11
.ssh/config.d/hostGroup1
Normal file
11
.ssh/config.d/hostGroup1
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
Host 1
|
||||||
|
User admin
|
||||||
|
Hostname 127.0.0.1
|
||||||
|
Port 2222
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
Host 2
|
||||||
|
User admin123123
|
||||||
|
Hostname 127.0.0.2
|
||||||
|
Port 22
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
Loading…
Add table
Add a link
Reference in a new issue