mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
open ubuntu in tmux
This commit is contained in:
parent
1181a30c07
commit
2ad66bdbeb
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ Host ubuntu
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath ~/.ssh/control-%C
|
ControlPath ~/.ssh/control-%C
|
||||||
ControlPersist 4h
|
ControlPersist 4h
|
||||||
|
RequestTTY yes
|
||||||
|
RemoteCommand tmux -CC new -A -s tmssh
|
||||||
|
|
||||||
Host hass
|
Host hass
|
||||||
hostname 192.168.0.9
|
hostname 192.168.0.9
|
||||||
|
|
Loading…
Reference in a new issue