mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
22 lines
411 B
Plaintext
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
|