mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-26 11:20:36 -05:00
16 lines
385 B
Markdown
16 lines
385 B
Markdown
---
|
|
page_title: "vagrant ssh-config - Command-Line Interface"
|
|
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.
|