Given/var/svc/log/network-ssh:default.log:
[ Jan 26 16:54:28 Leaving maintenance because clear requested. ]
[ Jan 26 16:54:28 Enabled. ]
[ Jan 26 16:54:28 executing start method (“/lib/svc/method/sshd start”) ]
Could not load host key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 2. Could not load hostkey or GSS-API mechanisms
sshd: no hostkeys available — exiting.
[ Jan 26 16:54:28 Method “start” exited with status 1 ]
Which two statements are true? (Choose two.)
A.
Users will not be able to use ssh to log into this system.
B.
The root user must generate a public/private key pair to allow the ssh service to start.
C.
The #svcadm clear ssh command will fix this problem.
D.
For the ssh service, svcs will currently show this:
online 16:54:28 svc:/network/ssh:default
E.
There are host key files in /etc/ssh.
Explanation: