2013-09-03 18:08:28 +00:00
|
|
|
---
|
2013-09-06 16:50:43 +00:00
|
|
|
page_title: "vagrant ssh-config - Command-Line Interface"
|
2013-09-03 18:08:28 +00:00
|
|
|
sidebar_current: "cli-ssh_config"
|
|
|
|
---
|
|
|
|
|
|
|
|
# SSH Config
|
|
|
|
|
|
|
|
**Command: `vagrant ssh-config`**
|
|
|
|
|
|
|
|
This will output valid configuration for an SSH config file to SSH
|
|
|
|
into the running Vagrant machine from `ssh` directly (instead of
|
|
|
|
using `vagrant ssh`).
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
* `--host NAME` - Name of the host for the outputted configuration.
|