格式:

vagrant ssh-config [options] [name|id]

这将从SSH直接将SSH配置文件的有效配置输出到正在运行的vagrant 计算机(而不是使用vagrant ssh命令)。

userdeMacBook-Pro:~ user$ vagrant ssh-config -h
Usage: vagrant ssh-config [options] [name|id]

Options:

        --host NAME                  Name the host for the config 配置的主机名
    -h, --help                       Print this help 打印帮助信息

 

相关文章:

  • 2021-07-10
  • 2021-07-29
  • 2022-02-14
  • 2021-09-17
  • 2021-08-11
  • 2022-02-06
  • 2022-02-20
  • 2021-10-29
猜你喜欢
  • 2021-10-17
  • 2021-10-02
  • 2021-08-28
  • 2022-03-09
  • 2021-07-16
  • 2021-08-07
  • 2021-09-13
相关资源
相似解决方案