Answers for "command-line line 0: missing argument."

1

command-line line 0: missing argument.

$ ssh -o PubkeyAuthentication localhost
command-line line 0: Missing yes/no argument.
$ ssh -o PubkeyAuthentication yes localhost
command-line line 0: Missing yes/no argument.
$ ssh -o PubkeyAuthentication no localhost
command-line line 0: Missing yes/no argument.
$ ssh -o PubkeyAuthentication=no localhost
# *now* it'll work
ssh's completions for "-o option" should include "=" as a suffix
ssh -i abc.pem -o StrictHostKeyChecking=no -tt [email protected]
Posted by: Guest on June-13-2020
0

command-line line 0: missing argument

command-line line 0: missing argument.
Posted by: Guest on June-14-2020

Code answers related to "command-line line 0: missing argument."

Browse Popular Code Answers by Language