mech icon indicating copy to clipboard operation
mech copied to clipboard

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

Open mkinney opened this issue 5 years ago • 0 comments

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

mkinney avatar Jan 03 '20 05:01 mkinney