Oracle
1Z0-409 · Question #87
As the root user, you try to log in to station1 from station2 using ssh but fail with an error message as shown below: [root@station2]# ssh station1 root@station1's password : Permission denied…
The correct answer is C. SSH on station1 is configured to deny root permission. See the full explanation below for the reasoning.
Question
As the root user, you try to log in to station1 from station2 using ssh but fail with an error message as shown below:
[root@station2]# ssh station1 root@station1's password :
Permission denied, please try again. root@station1's password :
Permission denied, please try again. root@station1's password :
Permission denied, (publickey,gssapi-with-mic, password). [root@station2]# What could be the possible reason for the error?
Options
- AThe sshd service is not running on station2.
- BThe sshd service is not running on station1.
- CSSH on station1 is configured to deny root permission.
- DSSH on station2 is configured to deny root permission.
How the community answered
(38 responses)- A8% (3)
- B3% (1)
- C76% (29)
- D13% (5)
Community Discussion
No community discussion yet for this question.