mechboxes / mech

Easy command line virtual machines for VMWare
https://mechboxes.github.io/mech/
MIT License
311 stars 49 forks source link

Host always shows as "mech" when running "mech ssh-config" command #63

Open mkinney opened 4 years ago

mkinney commented 4 years ago

When you run the mech ssh-config command, it always shows the host as mech.

For instance:

$ mech ssh-config centos8
Host mech
  User vagrant
  Port 22
  UserKnownHostsFile /dev/null
  StrictHostKeyChecking no
  PasswordAuthentication no
  IdentityFile /Users/mikekinney/.mech/insecure_private_key
  IdentitiesOnly yes
  LogLevel FATAL
  HostName 192.168.2.219