Net::SSH::Perl
- Homepage: https://metacpan.org/pod/Net::SSH::Perl
- First release: 2001-01-10
- Latest release: 2.143 (2025-01-04)
- Version history: https://github.com/briandfoy/net-ssh-perl/blob/master/Changes
- Source repository: https://github.com/briandfoy/net-ssh-perl
- License: Dual license: GPLv1 or Artistic
- Client: true
- Server: false
Remarks
- Net::SSH::Perl is an all-Perl module implementing an SSH (Secure Shell) client.
Supported protocols
Ciphers: chacha20-poly1305@openssh.com, aes256-ctr, aes192-ctr, aes128-ctr, aes256-cbc, aes192-cbc, aes128-cbc, 3des-cbc, blowfish-cbc, arcfour
Compression formats: none, zlib
Hostkey formats: ssh-ed25519, rsa-sha2-512, rsa-sha2-256, ecdsa-sha2-nistp521, ecdsa-sha2-nistp384, ecdsa-sha2-nistp256, ssh-rsa, ssh-dss
Key exchange protocols: diffie-hellman-group1-sha1, diffie-hellman-group14-sha1, diffie-hellman-group14-sha256, diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, curve25519-sha256@libssh.org, curve25519-sha256, ext-info-c
Message authentication codes (MACs): hmac-sha2-512-etm@openssh.com, hmac-sha2-256-etm@openssh.com, hmac-sha2-512, hmac-sha2-256, hmac-sha1, hmac-md5
User authentication methods: password, publickey, keyboard-interactive
Protocol extensions: server-sig-algs