Mercurial > index.cgi > dotfiles
comparison .ssh/config @ 222:27bc245f4194
Keep yourself alive
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Wed, 26 May 2021 15:55:48 -0400 |
parents | 81d5d7484f31 |
children | 2b3e169f8182 |
comparison
equal
deleted
inserted
replaced
221:27be25dad753 | 222:27bc245f4194 |
---|---|
53 Host cses*.princeton.edu *.rc.princeton.edu *.rc *.astro.princeton.edu *.srhuston.net *.local | 53 Host cses*.princeton.edu *.rc.princeton.edu *.rc *.astro.princeton.edu *.srhuston.net *.local |
54 User huston | 54 User huston |
55 ForwardAgent yes | 55 ForwardAgent yes |
56 ForwardX11 yes | 56 ForwardX11 yes |
57 ForwardX11Trusted yes | 57 ForwardX11Trusted yes |
58 ServerAliveInterval 30 | |
58 | 59 |
59 # Deny everything for other hosts w/ a dot | 60 # Deny everything for other hosts w/ a dot |
60 Host *.* | 61 Host *.* |
61 ForwardAgent no | 62 ForwardAgent no |
62 ForwardX11 no | 63 ForwardX11 no |
67 Host * | 68 Host * |
68 User huston | 69 User huston |
69 ForwardAgent yes | 70 ForwardAgent yes |
70 ForwardX11 yes | 71 ForwardX11 yes |
71 ForwardX11Trusted yes | 72 ForwardX11Trusted yes |
73 ServerAliveInterval 30 |