Skip to content

Commit

Permalink
feat(ssh): add ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRichardH committed Oct 28, 2023
1 parent 57d65cf commit 770356f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ssh/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Host *
SendEnv LANG LC_*
MACs hmac-md5,hmac-sha1
ForwardX11 no
ForwardAgent yes
AddressFamily inet
ServerAliveInterval 15
ConnectTimeout 20

Include ~/.ssh/config.local

0 comments on commit 770356f

Please sign in to comment.