Compare commits

..

No commits in common. "3b7e9a4794f41e26108d27e8ff7a9beaf7ac67f2" and "b12ca847880b07c9a791fbbefacbdb31ee4d63f1" have entirely different histories.

View file

@ -2,36 +2,43 @@ Include work.config
# Home # Home
Host ubuntu Host ubuntu
Hostname 192.168.0.6 hostname 192.168.0.6
User gaugendre user gaugendre
ForwardAgent yes ForwardAgent yes
port 38303
ControlMaster auto ControlMaster auto
ControlPath ~/.ssh/control-%C ControlPath ~/.ssh/control-%C
ControlPersist 4h ControlPersist 4h
RequestTTY yes RequestTTY yes
RemoteCommand tmux -CC new -A -s tmssh 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 Host hass
Hostname 192.168.0.9 hostname 192.168.0.9
User hassio user hassio
Port 32690 port 32690
Host robospierre Host robospierre
Hostname 192.168.0.97 hostname 192.168.0.97
User root 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 Host hyperhdr
Hostname hyperhdr.local hostname hyperhdr.local
User pi user pi
Host * Host *
AddKeysToAgent yes AddKeysToAgent yes
@ -39,6 +46,6 @@ Host *
UseKeychain yes UseKeychain yes
{{- end }} {{- end }}
SendEnv LANG SendEnv LANG
Port 22 port 22
XAuthLocation /opt/X11/bin/xauth XAuthLocation /opt/X11/bin/xauth