Skip to content

Ability to skip Include directive and add smallstep config directly to ~/.ssh/config #246

@roopakv

Description

@roopakv

What would you like to be added

Currently smallstep adds

Host *
	Include /path/to/smallstep/config

I would like a flag which rather does

Host *
	<Smallstep config here>
    Match exec "/usr/local/bin/step ssh check-host %h" 
		...

Why this is needed

We use IntelliJ IDEs which connect to dev servers, and IntelliJ uses sshJ which does not support the Include directive.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions