File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
// StrictHostKeyChecking no
17
17
// UserKnownHostsFile /dev/null
18
18
// User root
19
- // ProxyCommand ssh jeeves .eng.oxide.computer pilot tp nc any $(echo "%h" | sed s/gc//) %p
19
+ // ProxyCommand ssh castle .eng.oxide.computer pilot tp nc any $(echo "%h" | sed s/gc//) %p
20
20
// ServerAliveInterval 15
21
21
// ForwardAgent yes
22
22
//
23
- // host jeeves
23
+ // host castle
24
24
// hostname %h.eng.oxide.computer
25
25
// user <your actual username>
26
26
// ForwardAgent yes
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if [ -z "$1" ]; then
16
16
exit 1
17
17
fi
18
18
19
- ssh jeeves << SSH_EOF
19
+ ssh castle << SSH_EOF
20
20
pilot tp login any # enter switch zone
21
21
pilot host exec -c "zoneadm list | grep $1 || true" 0-31
22
22
exit
You can’t perform that action at this time.
0 commit comments