Skip to content

Commit 863f869

Browse files
authored
tools: fix deploy-dogfood for pilot -r flag (#3114)
1 parent d8e6a70 commit 863f869

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/deno/deploy-dogfood.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { parseArgs } from 'jsr:@std/cli@0.224.7'
1616
// StrictHostKeyChecking no
1717
// UserKnownHostsFile /dev/null
1818
// User root
19-
// ProxyCommand ssh castle.eng.oxide.computer pilot tp nc any $(echo "%h" | sed s/gc//) %p
19+
// ProxyCommand ssh castle.eng.oxide.computer pilot -r rack2 tp nc any $(echo "%h" | sed s/gc//) %p
2020
// ServerAliveInterval 15
2121
// ForwardAgent yes
2222
//

tools/dogfood/find-zone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ -z "$1" ]; then
1717
fi
1818

1919
ssh castle <<SSH_EOF
20-
pilot tp login any # enter switch zone
20+
pilot -r rack2 tp login any # enter switch zone
2121
pilot host exec -c "zoneadm list | grep $1 || true" 0-31
2222
exit
2323
SSH_EOF

0 commit comments

Comments
 (0)