Skip to content

Commit

Permalink
Update SSH hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxattax97 committed Jul 21, 2024
1 parent 78341b5 commit a772441
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions config/ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,22 @@ Host maxocull.com
IdentityFile ~/.ssh/id_rsa

Host leviathan
HostName 192.168.2.192
ProxyJump maxocull.com
HostName 192.168.1.72
#ProxyJump maxocull.com
User max
IdentityFile ~/.ssh/id_rsa

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
HostName 192.168.1.30
User root
IdentityFile ~/.ssh/id_rsa

0 comments on commit a772441

Please sign in to comment.