The _____ command is used to generate SSH keys. sshkey-gen ssh-keygen sshgen-key ssh-genkey
Introduction to Linux II
What does the entry AllowGroups dba netusers in the...
What does the entry AllowGroups dba netusers in the /etc/ssh/sshd_config indicate? Users who are...
What does the ~/.ssh/id_rsa file contain?
What does the ~/.ssh/id_rsa file contain? RSA public key of the user RSA private signature of the...
The system has a /etc/ssh/ssh_config file and the user Mike also...
The system has a /etc/ssh/ssh_config file and the user Mike also has a ~/.ssh/config in his home...
The SSH utility is provided by the OpenSSH package. True or...
The SSH utility is provided by the OpenSSH package. True or False? True False
Which file is used to configure SSH clients?
Which file is used to configure SSH clients? /etc/sshd_config /etc/ssh/ssh_config...
Which of the following commands will display systemd.socket unit...
Which of the following commands will display systemd.socket unit configuration files? systemctl...
All systemd services require a systemd.socket. True or False?
All systemd services require a systemd.socket. True or False? True False
Which of the following is not a valid option for the scripts in...
Which of the following is not a valid option for the scripts in the /etc/init.d directory? query...
What does the /etc/init.d directory contain?
What does the /etc/init.d directory contain? Scripts for network services Scripts for...
How is the default run level defined in the /etc/inittab file?
How is the default run level defined in the /etc/inittab file? id:3: defaultinit: initdefault:3...
What is the result of running the init 6 command?
What is the result of running the init 6 command? Restart the system in single user mode Shutdown...
You are currently running the server at run level 3, you need to...
You are currently running the server at run level 3, you need to allow users access to X server...
Which file specifies the processes to be started during boot...
Which file specifies the processes to be started during boot time? /etc/initproc /etc/inittab...
What is the PID of the init process?
What is the PID of the init process? 111 1 0 11