This gist shows how to get rid of authentication when connecting to Greatlakes by ssh.
Add the following to ~/.ssh/config
Host greatlakes
HostName greatlakes.arc-ts.umich.edu
User jimmyzxj
ControlMaster auto
ControlPath ~/.ssh/%r@%h:%p
| { | |
| "permissions": { | |
| "allow": [ | |
| "Bash(source:*)", | |
| "Bash(git:*)", | |
| "Bash(npm:*)", | |
| "Bash(npx:*)", | |
| "Bash(yarn:*)", | |
| "Bash(pnpm:*)", | |
| "Bash(bun:*)", |