-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
By using the ~/.ssh/config
file on my PC, ssh
can be configured to allow easy and quick connections to remote servers by simply typing a hostname, e.g. ssh my-server-1
and all configuration is taken from the ~/.ssh/config
file.
I would like to have a similar way to configure mssh
so that I could just do mssh my-server-2
and the ID, username, and profile is taken from the config file. The syntax could be the same, e.g.
# ~/.mssh/config
Host my-server-2
User ubuntu
Id i-04be40ce96fd3f85
Profile my-profile
AvailabilityZone eu-central-1b
Region eu-central-1b
As we have a quite a lot of servers this is a function I am missing at the moment compared to using SSH directly.
nwalke, dlutsch, drahreg, ikuo, phucnh and 29 more
Metadata
Metadata
Assignees
Labels
No labels