command-line line 0: missing argument. code example

Example: 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 ubuntu@192.168.0.1