dotfiles/.ssh/config

31 lines
1 KiB
Text
Raw Normal View History

2020-11-19 14:58:18 +01:00
ForwardAgent yes
2021-07-12 09:02:46 +02:00
ServerAliveInterval 15
ServerAliveCountMax 3
2021-01-03 12:44:05 +01:00
ControlMaster auto
ControlPath ~/.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-01-12 19:39:52 +01:00
RequestTty yes
2021-04-04 09:50:44 +02:00
PreferredAuthentications=publickey
2020-11-19 14:58:18 +01:00
2022-03-29 14:38:43 +02:00
Host gitlab.com
2022-04-16 14:47:09 +02:00
IdentityAgent /dev/null
2022-03-29 14:38:43 +02:00
PKCS11Provider /usr/lib/pkcs11/libtpm2_pkcs11.so
2022-09-06 09:58:00 +02:00
Host 10.1.100.16
2021-04-02 17:31:47 +02:00
Host dln-dev
2020-08-03 19:17:54 +02:00
Hostname 10.1.100.16
2022-04-12 23:13:55 +02:00
IdentityAgent ${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh
2020-03-08 14:18:13 +01:00
ForwardAgent yes
2022-04-12 23:13:55 +02:00
ForwardX11 no
2020-03-08 14:18:13 +01:00
ExitOnForwardFailure yes
2020-11-19 14:58:18 +01:00
Compression yes
2021-12-08 13:49:28 +01:00
LocalForward 127.0.0.1:3000 127.0.0.1:3000
LocalForward 127.0.0.1:3011 127.0.0.1:3011
2021-04-15 14:41:33 +02:00
LocalForward 127.0.0.1:8000 127.0.0.1:8000
2020-03-08 14:18:13 +01:00
LocalForward 127.0.0.1:8080 127.0.0.1:8080
2022-04-12 23:13:55 +02:00
# RemoteForward ${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent ${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.extra
RemoteForward ${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh ${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh
# RemoteForward ${XDG_RUNTIME_DIR}/gnupg/S.scdaemon ${XDG_RUNTIME_DIR}/gnupg/S.scdaemon