Files
dotfiles/ssh/.ssh/config
2023-08-30 08:28:14 +01:00

22 lines
411 B
Plaintext

Include ~/.orbstack/ssh/config
Include config-private
User nikdoof
AddKeysToAgent yes
Host *
ForwardAgent no
ForwardX11 no
ForwardX11Trusted no
Protocol 2
TCPKeepAlive yes
ServerAliveInterval 60
ServerAliveCountMax 30
VerifyHostKeyDNS ask
Host 10.101.2.242 10.3.1.2
KexAlgorithms +diffie-hellman-group1-sha1
HostKeyAlgorithms=+ssh-rsa,ssh-dss
Ciphers +aes256-cbc