Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/deno/deploy-dogfood.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { parseArgs } from 'jsr:@std/cli@0.224.7'
// StrictHostKeyChecking no
// UserKnownHostsFile /dev/null
// User root
// ProxyCommand ssh castle.eng.oxide.computer pilot tp nc any $(echo "%h" | sed s/gc//) %p
// ProxyCommand ssh castle.eng.oxide.computer pilot -r rack2 tp nc any $(echo "%h" | sed s/gc//) %p
// ServerAliveInterval 15
// ForwardAgent yes
//
Expand Down
2 changes: 1 addition & 1 deletion tools/dogfood/find-zone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ -z "$1" ]; then
fi

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