You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was trying to figure out how to use rsync/ssh to publish, so I downloaded the repo and looked for instances of them. Sadly most things that came up for ssh seem to be typos of passphrase
$ grep -run ssh | grep -v Test | grep -v stanza | grep -v vendor
man/aptly.1:1429:GPG passhprase for the key (warning: could be insecure)
man/aptly.1:1433:GPG passhprase\-file for the key (warning: could be insecure)
man/aptly.1:1528:GPG passhprase for the key (warning: could be insecure)
man/aptly.1:1532:GPG passhprase\-file for the key (warning: could be insecure)
man/aptly.1:1606:GPG passhprase for the key (warning: could be insecure)
man/aptly.1:1610:GPG passhprase\-file for the key (warning: could be insecure)
man/aptly.1:1671:GPG passhprase for the key (warning: could be insecure)
man/aptly.1:1675:GPG passhprase\-file for the key (warning: could be insecure)
cmd/publish_snapshot.go:224: cmd.Flag.String("passphrase", "", "GPG passhprase for the key (warning: could be insecure)")
cmd/publish_snapshot.go:225: cmd.Flag.String("passphrase-file", "", "GPG passhprase-file for the key (warning: could be insecure)")
cmd/publish_update.go:109: cmd.Flag.String("passphrase", "", "GPG passhprase for the key (warning: could be insecure)")
cmd/publish_update.go:110: cmd.Flag.String("passphrase-file", "", "GPG passhprase-file for the key (warning: could be insecure)")
cmd/publish_switch.go:150: cmd.Flag.String("passphrase", "", "GPG passhprase for the key (warning: could be insecure)")
cmd/publish_switch.go:151: cmd.Flag.String("passphrase-file", "", "GPG passhprase-file for the key (warning: could be insecure)")
cmd/publish_repo.go:40: cmd.Flag.String("passphrase", "", "GPG passhprase for the key (warning: could be insecure)")
cmd/publish_repo.go:41: cmd.Flag.String("passphrase-file", "", "GPG passhprase-file
for the key (warning: could be insecure)")
pgp/gnupg.go:47:// SetPassphrase sets passhprase params
pgp/internal.go:20: "golang.org/x/crypto/ssh/terminal"
pgp/internal.go:31: errWrongPasshprase = errors.New("unable to decrypt the key,
passphrase is wrong")
pgp/internal.go:62:// SetPassphrase sets passhprase params
pgp/internal.go:184: if err == nil || err != errWrongPasshprase {
pgp/internal.go:211: return errWrongPasshprase
completion.d/_aptly:442: "-passphrase=[GPG passhprase for the key (warning: could be insecure)]:passphrase: "
completion.d/_aptly:443: "-passphrase-file=[GPG passhprase−file for the key (warning: could be insecure)]:passphrase file:_files"
Gopkg.lock:309: "ssh/terminal"
Gopkg.lock:399: "golang.org/x/crypto/ssh/terminal",
Might be a good issue for a first contribution
The text was updated successfully, but these errors were encountered:
Was trying to figure out how to use rsync/ssh to publish, so I downloaded the repo and looked for instances of them. Sadly most things that came up for ssh seem to be typos of passphrase
Might be a good issue for a first contribution
The text was updated successfully, but these errors were encountered: