SSH Public key access - my password is being stored somewhere?

I've just created a Public/Private key to access my server via SSH, this has all worked fine but I added a passphrase to the key when it was created.


The first time I logged in via terminal and Cyberduck I was prompted for the passphrase but now I am not.


I chose for my password not to be stored and I can't see anything relating to it in my Keychain Access program.


It must be being stored somewhere, so how to I make sure I am prompted for the passphrase each time?

Mac Pro (Late 2013), OS X Mavericks (10.9.5)

Posted on Oct 21, 2014 5:18 AM

Reply
6 replies

Oct 21, 2014 7:45 AM in response to BobHarris

SSH-AGENT(1) BSD General Commands Manual SSH-AGENT(1)


NAME

ssh-agent -- authentication agent


SYNOPSIS

ssh-agent [-c | -s] [-d] [-a bind_address] [-t life] [command [arg ...]]

ssh-agent [-c | -s] -k


DESCRIPTION

ssh-agent is a program to hold private keys used for public key authenti-

cation (RSA, DSA, ECDSA). The idea is that ssh-agent is started in the

beginning of an X-session or a login session, and all other windows or

programs are started as clients to the ssh-agent program. Through use of

environment variables the agent can be located and automatically used for

authentication when logging in to other machines using ssh(1).


The options are as follows:


-a bind_address

Bind the agent to the UNIX-domain socket bind_address. The

default is $TMPDIR/ssh-XXXXXXXXXX/agent.<ppid>.


-c Generate C-shell commands on stdout. This is the default if

SHELL looks like it's a csh style of shell.


-d Debug mode. When this option is specified ssh-agent will not

fork.


-k Kill the current agent (given by the SSH_AGENT_PID environment

variable).


-s Generate Bourne shell commands on stdout. This is the default if

SHELL does not look like it's a csh style of shell.



I'm not seeing anything there that will stop it saving passwords?

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

SSH Public key access - my password is being stored somewhere?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.