mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
c67a0772dc
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com>
483 B
483 B
vagrant ssh
SSH into a running Vagrant machine. See also:
vagrant. More information: https://developer.hashicorp.com/vagrant/docs/cli/ssh.
- SSH into the machine running in the current directory:
vagrant ssh
- Target a running machine by name or ID:
vagrant ssh {{name|id}}
- Execute an SSH command and exit:
vagrant ssh {{[-c|--command]}} {{ssh_command}}
- SSH without authentication, leaving authentication up to the user:
vagrant ssh {{[-p|--plain]}}