comparison .ssh/config @ 202:8206a14c8c62

With the new 'sf' and 'rf' aliases, this stanza isn't needed
author Steve Huston <huston@astro.princeton.edu>
date Tue, 24 Nov 2020 08:59:19 -0500
parents f5969673c794
children f163a6073c48
comparison
equal deleted inserted replaced
201:af82c52d3270 202:8206a14c8c62
24 ControlPath ~/.ssh/sockets/%C 24 ControlPath ~/.ssh/sockets/%C
25 ServerAliveInterval 30 25 ServerAliveInterval 30
26 # This is the default, putting here to document 26 # This is the default, putting here to document
27 ServerAliveCountMax 3 27 ServerAliveCountMax 3
28 28
29 # xanadu-vm and syrinx's keys change, let's try to avoid errors
30 Host xanadu-vm syrinx xanadu-vm.astro.princeton.edu syrinx.astro.princeton.edu
31 User huston
32 StrictHostKeyChecking no
33 ForwardAgent yes
34 ForwardX11 yes
35 ForwardX11Trusted yes
36
37 # Everything is fine for the Raspberry Pi, just need a different user 29 # Everything is fine for the Raspberry Pi, just need a different user
38 Host cake cake.srhuston.net 30 Host cake cake.srhuston.net
39 User pi 31 User pi
40 ForwardAgent yes 32 ForwardAgent yes
41 ForwardX11 yes 33 ForwardX11 yes