| Summary: | ssh-keygen -e prints request for input message to stdout | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | dinar <qdinar> |
| Component: | ssh-keygen | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | minor | CC: | djm |
| Priority: | P5 | ||
| Version: | 7.9p1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
dinar
2019-11-08 02:07:31 AEDT
You can avoid the prompt by passing the key that you want to export on the commandline using the "-f pathname" flag, e.g. ssh-keygen -ef ~/.ssh/key_rsa_alt > key_rsa_alt.pub Closing all resolved bug with release of openssh-8.2 |