Keychain is a shell script which acts as user-friendly front-end to ssh-agent(1), allowing you to have one long-running ssh-agent process per system rather than per login session.
Keychain is a shell script which acts as user-friendly front-end to ssh-agent(1), allowing you to have one long-running ssh-agent process per system rather than per login session.
To install keychain, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install keychain
To see what files were installed by keychain, run:
port contents keychain
To later upgrade keychain, run:
sudo port selfupdate && sudo port upgrade keychain
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.