hosts + ssh config
This commit is contained in:
parent
7cbd625d89
commit
4414d1019e
14
etc/hosts
14
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
|
||||||
@ -1,8 +1,7 @@
|
|||||||
Host docker
|
Host docker
|
||||||
HostName 0.0.0.0
|
HostName 0.0.0.0
|
||||||
Port 2222
|
Port 2022
|
||||||
User root
|
User root
|
||||||
IdentityFile ~/.ssh/id_rsa
|
|
||||||
UserKnownHostsFile=/dev/null
|
UserKnownHostsFile=/dev/null
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
|
|
||||||
@ -10,9 +9,16 @@ Host aur.archlinux.org
|
|||||||
IdentityFile ~/.ssh/aur
|
IdentityFile ~/.ssh/aur
|
||||||
User aur
|
User aur
|
||||||
|
|
||||||
|
# Host pc.work.vpn
|
||||||
|
# HostName 10.0.0.20
|
||||||
|
|
||||||
|
# Host 192.168.2?.*
|
||||||
|
# UserKnownHostsFile=/dev/null
|
||||||
|
# StrictHostKeyChecking no
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
User thek4n
|
|
||||||
Port 22
|
Port 22
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath /tmp/ssh_mux_%h_%p_%r
|
ControlPath /tmp/ssh_mux_%h_%p_%r
|
||||||
ControlPersist 10m
|
ControlPersist 10m
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user