ChrisR
0
Q:

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]
0
command-line line 0: missing argument.
0

New to Communities?

Join the community