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 py312-paramiko, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-paramiko
To see what files were installed by py312-paramiko, run:
port contents py312-paramiko
To later upgrade py312-paramiko, run:
sudo port selfupdate && sudo port upgrade py312-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.