Which standard is GnuPG based on? Linux Good Privacy (LGP) Pretty Good Privacy (PGP) SSH Good...
Introduction to Linux II
Which of the following commands will start a SSH session with...
Which of the following commands will start a SSH session with X11 support? ssh -X marks.gsource.com...
Which of the following commands are used to setup SSH tunneling?
Which of the following commands are used to setup SSH tunneling? ssh -p ssh -l ssh -L ssh -t
Which of the following entries in /etc/ssh/sshd_config turn on...
Which of the following entries in /etc/ssh/sshd_config turn on SSH tunneling...
SSH Tunneling is the same as _.
SSH Tunneling is the same as _____. SSH Porting SSH Encoding SSH Encryption SSH Port Forwarding
The ssh-add program ran for user maria, but his RSA identity...
The ssh-add program ran for user maria, but his RSA identity files were not added, what could be...
The ssh-add utility can be used to add only RSA keys. True or...
The ssh-add utility can be used to add only RSA keys. True or False? True False
You want to ensure that the ssh-agent is run for all users...
You want to ensure that the ssh-agent is run for all users, which command can be used for this...
Which command is used to add private keys to the SSH agent’s...
Which command is used to add private keys to the SSH agent’s repository? ssh-addkey ssh-agentadd...
What is the function of the ssh-agent?
What is the function of the ssh-agent? Cache the decrypted public key and provide it to client...
Which of the following utility programs are not provided by...
Which of the following utility programs are not provided by OpenSSH? smv ssh scp slogin
Which of the following entries in /etc/ssh/sshd_config turn on...
Which of the following entries in /etc/ssh/sshd_config turn on host based authentication...
Which file on the server holds the public keys of the hosts that...
Which file on the server holds the public keys of the hosts that need to be authenticated...
Which of the following is not an authentication method supported...
Which of the following is not an authentication method supported by SSH? Password Authentication...
The size of a DSA key is:
The size of a DSA key is: Exactly 1024 bits Exactly 1000 bits Exactly 768 bits Exactly 2048 bits