Linux CLI - SSH and Remote Access
What will be the output when you run
ssh -V on a Linux terminal?ssh -V on a Linux terminal?-V flag in SSH-V option with SSH shows the version of the SSH client installed.ssh without arguments starts a session only if a host is specified. It lists all available SSH commands is incorrect because ssh -h or ssh --help lists commands. It displays an error about missing arguments is wrong because -V does not require extra arguments and does not cause an error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions