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