Skip to content

How to insert algorithms ? #78

@marcosturbonett

Description

@marcosturbonett

const ssh = new SSH({
host: "10.200.100.2",
user: "marcos",
pass: "*******",
port: 22,
agent: process.env.SSH_AUTH_SOCK,
algorithms: {
kex: [
"diffie-hellman-group1-sha1",
"ecdh-sha2-nistp256",
"ecdh-sha2-nistp384"
.....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions