Skip to content

Configuration like ~/.ssh/config  #4

@KevinGimbel

Description

@KevinGimbel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions