RHCSA Exam QUESTIONS AND 100% CORRECT ANSWERS 2024
How do you Secure Shell into another system? - correct answer ssh user@host How do you execute commands on a remote system via Secure Shell without actually opening a new shell? - correct answer ssh user@host command How do you generate a public key and private key file for SSH authentication? - correct answer ssh-keygen How do you export a public key for SSH authentication on a different machine? - correct answer ssh-copy-id user@host How do you export a *specific* public key for SSH authentication on a different machine? - correct answer ssh-copy-id user@host -i key file path If an SSH authentication key has a passphrase, how do you cache that passphrase on the local machine for passwordless authentication? - correct answer 1. eval $(ssh-agent) 2. ssh-add key file path What is Cockpit? - correct answer A server Management Tool How do you check if a service is running? - correct answer systemctl status service How do you start a service? - correct answer systemctl start service How do you enable a service on startup? - correct answer systemctl enable service
Document information
- Uploaded on
- May 8, 2024
- Number of pages
- 21
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers