This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.
This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.
To install py311-paramiko, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-paramiko
To see what files were installed by py311-paramiko, run:
port contents py311-paramiko
To later upgrade py311-paramiko, run:
sudo port selfupdate && sudo port upgrade py311-paramiko
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.