diff --git a/etc/hosts b/etc/hosts index e69de29..725243c 100644 --- a/etc/hosts +++ b/etc/hosts @@ -0,0 +1,14 @@ + +# Local +## 192.168.50.1 router.home +## 192.168.50.2 router2.home + +## 192.168.50.10 files.home +## 192.168.50.11 builder.home +## 192.168.50.12 printer.home + +## 192.168.50.20 workstation.home +## 192.168.50.21 phone.home + +# Network +# 91.91.91.91 home diff --git a/home/user/.ssh/config b/home/user/.ssh/config index cc2eea7..db9407b 100644 --- a/home/user/.ssh/config +++ b/home/user/.ssh/config @@ -1,8 +1,7 @@ Host docker HostName 0.0.0.0 - Port 2222 + Port 2022 User root - IdentityFile ~/.ssh/id_rsa UserKnownHostsFile=/dev/null StrictHostKeyChecking no @@ -10,9 +9,16 @@ Host aur.archlinux.org IdentityFile ~/.ssh/aur User aur +# Host pc.work.vpn +# HostName 10.0.0.20 + +# Host 192.168.2?.* + # UserKnownHostsFile=/dev/null + # StrictHostKeyChecking no + Host * - User thek4n Port 22 + IdentityFile ~/.ssh/id_rsa ControlMaster auto ControlPath /tmp/ssh_mux_%h_%p_%r ControlPersist 10m