what would be the proper command line for this?

In order to open up an SSH shell on a remote machine called ‘tiger’ using the login name of ‘admin’, what would be the proper command line for this?

In order to open up an SSH shell on a remote machine called ‘tiger’ using the login name of ‘admin’, what would be the proper command line for this?

A.
openssh -l admin tiger

B.
ssh -l admin tiger

C.
ssh admin@tiger

D.
sshd tiger admin



Leave a Reply 0

Your email address will not be published. Required fields are marked *