Net::SSH
- Homepage: https://net-ssh.github.io/net-ssh/
- First release: ?
- Latest release: 7.2.3 (2024-04-02)
- Version history: https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt
- Source repository: https://github.com/net-ssh/net-ssh
- License: MIT style
- Client: true
- Server: false
Remarks
- Ruby implementation of the SSH2 client protocol, based on OpenSSL
Supported protocols
Ciphers: chacha20-poly1305@openssh.com, 3des-cbc, 3des-ctr, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc, blowfish-ctr, cast128-cbc, cast128-ctr, idea-cbc, rijndael-cbc@lysator.liu.se
Compression formats: zlib, zlib@openssh.com, none
Hostkey formats: ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-dss, ssh-ed25519, ssh-rsa, rsa-sha2-256, rsa-sha2-512, ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, ssh-rsa-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, rsa-sha2-512-cert-v01@openssh.com
Key exchange protocols: curve25519-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group-exchange-sha256, diffie-hellman-group1-sha1, diffie-hellman-group14-sha1, ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521
Message authentication codes (MACs): hmac-md5, hmac-md5-96, hmac-ripemd160, hmac-sha1, hmac-sha1-96, hmac-sha2-256, hmac-sha2-256-96, hmac-sha2-256-etm, hmac-sha2-512, hmac-sha2-512-96, hmac-sha2-512-etm
User authentication methods: password, publickey, hostbased, keyboard-interactive
Protocol extensions: