/
.ssh/config

.ssh/config

By request, I’m sharing the .ssh/config set up.

 

ForwardX11 yes
ForwardX11Trusted yes
ServerAliveInterval 60

Host moran
Hostname mtmoran.uwyo.edu
User buerkle
ControlMaster auto
ControlPath ~/.ssh/ssh-%r@%h:%p

 

Also, here’s some links to some code I’ve found to be very helpful:

https://www4.stat.ncsu.edu/~reich/ST590/code/

https://projecteuclid.org/download/pdf_1/euclid.ba/1340370391 --the supplemental file has tons of code!

 

Related content

Configure ssh so that password is required only once per work session
Configure ssh so that password is required only once per work session
More like this
X11 with Windows Subsystem for Linux
X11 with Windows Subsystem for Linux
More like this
FastX goodness
More like this
How to work in R on Teton
How to work in R on Teton
More like this
Managing git credentials for multiple remote servers
Managing git credentials for multiple remote servers
More like this
How to get started with Nextflow for workflows on teton
How to get started with Nextflow for workflows on teton
More like this