Skip to content

add custom parameter to ssh connection config #450

Description

@carlosivanrangel

Is currently possible to add a custom parameter or option to the connection config? For example: -t customparameter

This:
ssh localhost -l steel -t customparameter

Here:

ssh.connect({
  host: 'localhost',
  username: 'steel',
  privateKey: Buffer.from('...')
})

Thanks in advance.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions