mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 14:08:07 +01:00
update ssh config
This commit is contained in:
parent
3ccc2b277d
commit
3b7e9a4794
1 changed files with 9 additions and 16 deletions
|
@ -5,13 +5,21 @@ Host ubuntu
|
|||
Hostname 192.168.0.6
|
||||
User gaugendre
|
||||
ForwardAgent yes
|
||||
Port 38303
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/control-%C
|
||||
ControlPersist 4h
|
||||
RequestTTY yes
|
||||
RemoteCommand tmux -CC new -A -s tmssh
|
||||
|
||||
Host ubuntu-no-tmux
|
||||
Hostname 192.168.0.6
|
||||
User gaugendre
|
||||
ForwardAgent yes
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/control-%C
|
||||
ControlPersist 4h
|
||||
RequestTTY yes
|
||||
|
||||
Host hass
|
||||
Hostname 192.168.0.9
|
||||
User hassio
|
||||
|
@ -21,21 +29,6 @@ Host robospierre
|
|||
Hostname 192.168.0.97
|
||||
User root
|
||||
|
||||
Host raspiwifi display hass-display
|
||||
Hostname 192.168.0.7
|
||||
User pi
|
||||
Port 8121
|
||||
|
||||
#Host raspi
|
||||
# Hostname 192.168.0.8
|
||||
# User pi
|
||||
# Port 8121
|
||||
|
||||
Host octopi printer
|
||||
Hostname 192.168.0.10
|
||||
User gaugendre
|
||||
ForwardAgent yes
|
||||
|
||||
Host hyperhdr
|
||||
Hostname hyperhdr.local
|
||||
User pi
|
||||
|
|
Loading…
Reference in a new issue