dotfiles/.ssh/config

28 lines
766 B
Text
Raw Normal View History

2021-07-12 09:02:46 +02:00
ServerAliveInterval 15
ServerAliveCountMax 3
2021-01-03 12:44:05 +01:00
ControlMaster auto
2023-06-06 12:49:24 +02:00
ControlPath ${XDG_RUNTIME_DIR}/ssh_control:%h:%p:%r
2021-04-04 09:50:44 +02:00
ControlPersist 1200
2021-01-03 12:44:05 +01:00
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
AddressFamily inet
2021-04-04 09:50:44 +02:00
PreferredAuthentications=publickey
2020-11-19 14:58:18 +01:00
2023-03-17 11:27:56 +01:00
Include ~/.ssh/private_config
2023-06-06 12:49:24 +02:00
Host 10.1.100.16
Host dln-dev
Hostname 10.1.100.16
2024-03-07 19:48:02 +01:00
#Hostname aarn.shelman.io
#Port 2022
2023-06-06 12:49:24 +02:00
ForwardAgent yes
ExitOnForwardFailure yes
2024-03-07 19:48:02 +01:00
Compression no
2024-03-14 09:55:30 +01:00
LocalForward localhost:3000 localhost:3000
LocalForward localhost:8000 localhost:8000
LocalForward localhost:8080 localhost:8080
LocalForward localhost:9090 localhost:9090
RemoteForward ${XDG_RUNTIME_DIR}/opener.sock ${XDG_RUNTIME_DIR}/opener.dln-dev.sock
2023-06-06 12:49:24 +02:00
Host *
ForwardAgent no