-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathssh_config
45 lines (37 loc) · 910 Bytes
/
ssh_config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
ServerAliveInterval 120
Host tj
HostName remote.tjhsst.edu
User 2022sratna
Host zoidberg director snowy
User 2022sratna
ProxyJump tj
Host gitlab.tjhsst.edu
User 2022sratna
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_ed25519
Host discovery
Hostname discovery7.hpcc.dartmouth.edu
User f004v38
XAuthLocation /opt/X11/bin/xauth
Host gv01 p02 p03 p04
User f004v38
ProxyJump discovery
Host eabsentee
Hostname ssh.pythonanywhere.com
User eabsenteeproject
Host localhost
PubkeyAuthentication yes
IdentityFile ~/.ssh/id_rsa_localhost
# Added by Krypton
Host *
IdentityAgent ~/.kr/krd-agent.sock
ProxyCommand /usr/local/bin/krssh %h %p
IdentityFile ~/.ssh/id_krypton
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/id_ecdsa
IdentityFile ~/.ssh/id_dsa