mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 18:16:13 +01:00
76513487e9
Signed-off-by: Magic_RB <magic_rb@redalder.org>
14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
Host *
|
|
ControlMaster auto
|
|
ControlPath ~/.ssh/controlmasters/%r@%h:%p
|
|
ControlPersist 300s
|
|
SendEnv INSIDE_EMACS
|
|
|
|
Host 192.168.0.250
|
|
Port 2222
|
|
|
|
Host *redalder.org 192.168.0.250
|
|
ExitOnForwardFailure yes
|
|
RemoteForward /home/main/.ssh/emacs-server /run/user/1000/emacs/server
|
|
|