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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions