Actions
Bug #6743
closedsshd log is noisy after 6440
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
cmd - userland programs
Start date:
2016-03-11
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Doesn't affect anything, but shouldn't be logged, probably need to redirect the ssh-keygen where it belongs (eg, /dev/null):
[ Feb 25 15:50:21 Executing start method ("/lib/svc/method/sshd start"). ] ssh-keygen: illegal option -- A Usage: ssh-keygen [options] Options: -b bits Number of bits in the key to create. -B Show bubblebabble digest of key file. -c Change comment in private and public key files. -C comment Provide new comment. -e Convert OpenSSH to IETF SECSH key file. -f filename Filename of the key file. -F hostname Find hostname in known hosts file. -H Hash names in known_hosts file. -i Convert IETF SECSH to OpenSSH key file. -l Show fingerprint of key file. -N phrase Provide new passphrase. -p Change passphrase of private key file. -P phrase Provide old passphrase. -q Quiet. -R hostname Remove host from known_hosts file. -t type Specify type of key to create. -y Read private key file and print public key. [ Feb 25 15:50:22 Method "start" exited with status 0. ]
Actions