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,11 +16,11 @@ import { parseArgs } from 'jsr:@std/cli@0.224.7'
1616// StrictHostKeyChecking no
1717// UserKnownHostsFile /dev/null
1818// 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
2020// ServerAliveInterval 15
2121// ForwardAgent yes
2222//
23- // host jeeves
23+ // host castle
2424// hostname %h.eng.oxide.computer
2525// user <your actual username>
2626// ForwardAgent yes
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if [ -z "$1" ]; then
1616 exit 1
1717fi
1818
19- ssh jeeves << SSH_EOF
19+ ssh castle << SSH_EOF
2020 pilot tp login any # enter switch zone
2121 pilot host exec -c "zoneadm list | grep $1 || true" 0-31
2222 exit
You can’t perform that action at this time.
0 commit comments