Skip to content

Commit

Permalink
Updates to ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxattax97 committed Sep 7, 2024
1 parent 9dfae3b commit e326d8e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions config/ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,36 @@ Host *
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa

Host maxocull.com
Host entourage maxocull.com
HostName maxocull.com
User entourage
IdentityFile ~/.ssh/id_rsa
ForwardX11 yes
ForwardX11Trusted yes

Host leviathan
HostName 192.168.1.11
#ProxyJump maxocull.com
User max
IdentityFile ~/.ssh/id_rsa
ForwardX11 yes
ForwardX11Trusted yes

Host citadel
HostName 192.168.1.13
#ProxyJump maxocull.com
User citadel
IdentityFile ~/.ssh/id_rsa
ForwardX11 yes
ForwardX11Trusted yes

Host rb3011
HostName 192.168.1.1
User max
IdentityFile ~/.ssh/id_rsa

Host capax
HostName 192.168.1.2
User max
IdentityFile ~/.ssh/id_rsa

host libreelec
Host libreelec
HostName 192.168.1.30
User root
IdentityFile ~/.ssh/id_rsa
ForwardX11 yes
ForwardX11Trusted yes

0 comments on commit e326d8e

Please sign in to comment.