diff --git a/config/ssh/config b/config/ssh/config index a302f95..17c823b 100644 --- a/config/ssh/config +++ b/config/ssh/config @@ -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