LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

vagrant-ssh

SSH into Vagrant virtual machines

TLDR

SSH into VM
$ vagrant ssh
copy
SSH into specific VM
$ vagrant ssh [name]
copy
Run command via SSH
$ vagrant ssh -c "[command]"
copy
SSH without TTY
$ vagrant ssh -- -T
copy

SYNOPSIS

vagrant ssh [options] [name] [-- sshargs_]

DESCRIPTION

vagrant ssh opens an SSH session to a Vagrant machine. Automatically handles authentication using generated keys. The primary way to access Vagrant VMs interactively.

PARAMETERS

-c, --command cmd

Execute command.
-p, --plain
Plain SSH without extras.
--
Pass args to ssh.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid