SSH and Operational Mode Flashcards
How can you verify the SSH connection to a Junos OS device?
You can verify the SSH connection using the “show system connections” command or by testing the connection with an SSH client.
What is SSH in the context of Junos OS?
SSH (Secure Shell) is a protocol used for secure remote access to network devices running Junos OS.
How do you enable SSH on a Junos OS device?
You enable SSH by using the command “set system services ssh” in configuration mode and then committing the changes.
What is the purpose of the “ssh-keygen” command in Junos OS?
The “ssh-keygen” command generates public and private SSH key pairs for authentication.
What is operational mode in Junos OS?
Operational mode is used to monitor and troubleshoot network devices without making configuration changes.
How do you access operational mode from configuration mode in Junos OS?
You can enter operational mode by typing “exit” or “top” from configuration mode.
What command is used to display the SSH status in Junos OS?
Use the “show system services ssh” command to display the status of SSH.
What does the “show interfaces” command do in operational mode?
The “show interfaces” command displays the status and statistics of network interfaces on the device.
What command would you use to view system logs in Junos OS?
Use the “show log” command to view system logs in operational mode.
How do you close an SSH session in Junos OS?
You can close an SSH session by typing “exit” or “logout.”