Skip to content

Commit ebadf9a

Browse files
committed
roachprod: add roachprod as a key name
roachprod uses this list to look for a public SSH key under $HOME/.ssh. 1Password handily manages single-purpose SSH keys. This change makes keys exported from there discoverable. Epic: none Release note: None
1 parent e3c4b09 commit ebadf9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/roachprod/config/config.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,11 @@ var DefaultPubKeyNames = []string{
196196
"id_ed25519",
197197
"id_ed25519_sk",
198198
"id_dsa",
199+
200+
// Cockroach additions
199201
"google_compute_engine",
202+
"Roachprod",
203+
"roachprod",
200204
}
201205

202206
// SSHPublicKeyPath returns the path to the default public key expected by

0 commit comments

Comments
 (0)