bugzilla-daemon at bugzilla.mindrot.org
2012-Jan-19 14:57 UTC
[Bug 1973] New: Key generation needs user assistance when destination file already exists
https://bugzilla.mindrot.org/show_bug.cgi?id=1973 Bug #: 1973 Summary: Key generation needs user assistance when destination file already exists Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh-keygen AssignedTo: unassigned-bugs at mindrot.org ReportedBy: aleksey.morarash at gmail.com Compiled from source openssh-5.9p1. When generating new key pair with ssh-keygen it will ask something like> <filename> already exists. > Overwrite (y/n)?regardless of terminal existance. Worse, there is no option to disable such behaviour. To force file rewrite I use 'echo y' piped to ssh-keygen, but it still outputs the question. I expected '-q' option (Silence ssh-keygen) will be able to skip such interactions. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
Apparently Analagous Threads
- [Bug 2075] New: [PATCH] Enable key pair generation on a PCKS#11 device
- Patch to discourage unencrypted key generation
- [patch/Cygwin]: Simplify host key generation in ssh-host-config script
- [Bug 2045] New: point user to ssh-keygen -R to remove key from known_hosts
- Server Key [Re-] Generation after Install?