Subcommands (1)
Options (2)
-c, --commandbooleanExecute an SSH command and exit
Example:
vagrant ssh {{[-c|--command]}} {{ssh_command}}-p, --plainbooleanSSH without authentication, leaving authentication up to the user
Example:
vagrant ssh {{[-p|--plain]}}Examples (4)
SSH into the machine running in the current directory
Target a running machine by name or ID
vagrant ssh name|idExecute an SSH command and exit
vagrant ssh [-c|--command] ssh_commandSSH without authentication, leaving authentication up to the user
vagrant ssh [-p|--plain]made by @shridhargupta | data from tldr-pages