⟩ Suppose 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
B. ssh -l admin tiger
C. ssh admin@tiger