Hi :)

In last snapshot (ISO). All ssh* configs are default

OpenBSD 5.7-beta (GENERIC) #731: Fri Jan 16 01:37:07 MST 2015

Welcome to OpenBSD: The proactively secure Unix-like operating system.

Please use the sendbug(1) utility to report bugs in the system.
Before reporting a bug, please try to reproduce it with the latest
version of the code.  With bug reports, please try to ensure that
enough information to reproduce the problem is enclosed, and if a
known fix for it exists, include that as well.

# rm -v /etc/ssh/*key*
rm: unknown option -- v
usage: rm [-dfiPRr] file ...
# rm  /etc/ssh/*key*
# ls /etc/ssh/
ssh_config   sshd_config
# ssh-keygen -A
ssh-keygen: generating new host keys: RSA1 write key failed
ssh-keygen: generating new host keys: RSA write key failed
ssh-keygen: generating new host keys: DSA write key failed
ssh-keygen: generating new host keys: ECDSA write key failed
ssh-keygen: generating new host keys: ED25519 write key failed
# ssh-keygen -A
#

Reply via email to