diff options
author | james mike dupont <jamesmikedupont@gmail.com> | 2017-01-19 03:59:30 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-01-24 09:16:17 -0800 |
commit | 3ed75f66a19eea3d8812423c1617d1d362e96d6d (patch) | |
tree | ed894aae9d9864679d7acc11b73f67871c52cfc3 /paramiko/agent.py | |
parent | 31dc2ae40cbcc7583542152343b2ba1aff1595c7 (diff) |
untie agian!
Diffstat (limited to 'paramiko/agent.py')
-rw-r--r-- | paramiko/agent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/agent.py b/paramiko/agent.py index 6a8e7fb4..c13810bb 100644 --- a/paramiko/agent.py +++ b/paramiko/agent.py @@ -331,7 +331,7 @@ class Agent(AgentSSH): """ Client interface for using private keys from an SSH agent running on the local machine. If an SSH agent is running, this class can be used to - connect to it and retreive `.PKey` objects which can be used when + connect to it and retrieve `.PKey` objects which can be used when attempting to authenticate to remote SSH servers. Upon initialization, a session with the local machine's SSH agent is |