Questions tagged [keychain]

Keychain is a manager for ssh-agent.

Keychain is a manager for ssh-agent. It allows your shells and cron jobs to share a single ssh-agent process. By default, the ssh-agent started by keychain is long-running and will continue to run, even after you have logged out from the system.

When keychain is run, it checks for a running ssh-agent, otherwise it starts one. It saves the ssh-agent environment variables so that subsequent logins and non-interactive shells such as cron jobs can source the file and make passwordless ssh connections. In addition, when keychain runs, it verifies that the key files specified on the command-line are known to ssh-agent, otherwise it loads them, prompting you for a password if necessary.

Keychain also supports gpg-agent in the same ways that ssh-agent is supported.

keychain supports most UNIX-like operating systems, including Cygwin. It works with Bourne-compatible, csh-compatible and fish shells.

Keychain is free software. You can find the source here.

17 questions
0
votes
1 answer

VNC to Solaris 11 Express blocked on reboot by keychain authorization prompt

So I just setup a box running Solaris Express 11 to use as a ZFS server for the home network and I have a small issue with the built-in VNC server. On a fresh reboot if I try and log in via VNC the client hangs. If I switch the monitor over to the…
ChrisBenn
  • 206
  • 1
  • 3
-1
votes
0 answers

how to chain vps trouigh openvpn

i made an open VPN from a vps now i want use a commercial vpn on that vps so i can connect to my vps and automatically connect to second vpn how i can do that ?? i tried some of nat forwarding that i found on intrnet but didnt work if i should use…
alireza
  • 1
  • 1
1
2