Restart emacs, fix ssh
This commit is contained in:
@ -4,7 +4,13 @@
|
||||
Host *
|
||||
IdentitiesOnly=yes
|
||||
|
||||
Host bastion.unbl.ink
|
||||
Port 33
|
||||
User powellc
|
||||
IdentityFile ~/.ssh/jails
|
||||
|
||||
Host *.local
|
||||
IdentityFile ~/.ssh/2022_h2_powellc
|
||||
ServerAliveInterval 300
|
||||
ServerAliveCountMax 2
|
||||
AddKeysToAgent yes
|
||||
@ -17,7 +23,7 @@ Host github.com
|
||||
IdentityFile ~/.ssh/2022_git
|
||||
|
||||
# Home Gitea account:
|
||||
Host code.unbl.ink git.service gogs*
|
||||
Host code.unbl.ink git.service 192.168.40.118 gogs*
|
||||
Port 2222
|
||||
User git
|
||||
IdentityFile ~/.ssh/2022_git
|
||||
@ -25,6 +31,9 @@ Host code.unbl.ink git.service gogs*
|
||||
PasswordAuthentication no
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host gogs*
|
||||
Port 2222
|
||||
|
||||
# Mailinabox uses root by default
|
||||
Host box.unbl.ink
|
||||
IdentityFile ~/.ssh/box_unbl_ink
|
||||
@ -63,67 +72,22 @@ Host snap2*.local
|
||||
User powellc
|
||||
|
||||
# ChicagoVPS
|
||||
Host pandora.unbl.ink
|
||||
Host pandora.unbl.ink bt2.unbl.ink
|
||||
IdentityFile ~/.ssh/pandora
|
||||
User root
|
||||
|
||||
# Rackedge VPS
|
||||
Host greip.unbl.ink
|
||||
IdentityFile ~/.ssh/greip
|
||||
User root
|
||||
|
||||
# Inside our network, skip strict host key checking
|
||||
Host *.local *.service
|
||||
StrictHostKeyChecking no
|
||||
|
||||
# LibreELEC
|
||||
Host ymir.local gerd.local skoll.local
|
||||
User root
|
||||
|
||||
# Bare metal hosts
|
||||
Host gerd.local
|
||||
User powellc
|
||||
Host hati.local
|
||||
User powellc
|
||||
Host ymir.local
|
||||
User powellc
|
||||
Host aegir.local
|
||||
User powellc
|
||||
Host tarqeq.local
|
||||
User powellc
|
||||
Host fenrir.local
|
||||
User powellc
|
||||
Host daphnis.local
|
||||
User powellc
|
||||
Host hyperion.local
|
||||
User powellc
|
||||
Host loge.local
|
||||
Host hati.local aegir.local tarqeq.local daphnis.local loge.local hyperion.local dione.local phoebe.local iapetus.local titan.local paaliaq.local kiviuq.local kari.local atlas.local siarnaq.local skathi.local tarvos.local rhea.local
|
||||
User powellc
|
||||
IdentitiesOnly yes
|
||||
Host dione.local
|
||||
User powellc
|
||||
Host rhea.local
|
||||
User powellc
|
||||
Host phoebe.local
|
||||
User powellc
|
||||
Host prometheus.local
|
||||
User powellc
|
||||
Host iapetus.local
|
||||
User powellc
|
||||
Host titan.local
|
||||
User powellc
|
||||
Host paaliaq.local
|
||||
User powellc
|
||||
Host kiviuq.local
|
||||
User powellc
|
||||
Host kari.local
|
||||
User powellc
|
||||
Host skoll.local
|
||||
User powellc
|
||||
Host atlas.local
|
||||
User powellc
|
||||
Host siarnaq.local
|
||||
User powellc
|
||||
Host skathi.local
|
||||
User powellc
|
||||
Host tarvos.local
|
||||
User powellc
|
||||
|
||||
# PBP uses root user
|
||||
Host penobscotbaypress.com
|
||||
|
||||
Reference in New Issue
Block a user