[ssh] Got a new mac up and running
This commit is contained in:
@ -12,7 +12,7 @@ Host *
|
|||||||
Host code.unbl.ink
|
Host code.unbl.ink
|
||||||
Port 222
|
Port 222
|
||||||
User git
|
User git
|
||||||
IdentityFile ~/.ssh/1904_powellc
|
IdentityFile ~/.ssh/2022_git
|
||||||
PreferredAuthentications publickey
|
PreferredAuthentications publickey
|
||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
@ -72,6 +72,8 @@ Host siarnaq.local
|
|||||||
User powellc
|
User powellc
|
||||||
Host skathi.local
|
Host skathi.local
|
||||||
User powellc
|
User powellc
|
||||||
|
Host tarvos.local
|
||||||
|
User powellc
|
||||||
|
|
||||||
Host telesto.local
|
Host telesto.local
|
||||||
User root
|
User root
|
||||||
@ -87,16 +89,12 @@ Host penobscotbaypress.com
|
|||||||
Host mopidy.local
|
Host mopidy.local
|
||||||
User powellc
|
User powellc
|
||||||
|
|
||||||
# Git uses it's own port
|
|
||||||
Host code.local
|
|
||||||
Port 222
|
|
||||||
#
|
|
||||||
## Jail hosts all need a jump
|
## Jail hosts all need a jump
|
||||||
Host *.local 192.168.1.*
|
Host *.local 192.168.1.*
|
||||||
User root
|
User root
|
||||||
IdentityFile ~/.ssh/jails
|
IdentityFile ~/.ssh/jails
|
||||||
Hostname %h
|
Hostname %h
|
||||||
ProxyJump bastion.unbl.ink
|
#ProxyJump bastion.unbl.ink
|
||||||
|
|
||||||
Host *.cloud51
|
Host *.cloud51
|
||||||
HostName %h
|
HostName %h
|
||||||
|
|||||||
Reference in New Issue
Block a user