summaryrefslogtreecommitdiff
path: root/paramiko/agent.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-21 11:11:10 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-21 11:11:10 -0800
commit3f9270c0be18b09cd39279730eac125776adbedc (patch)
treed1f07354948a265339bc9229c0d1bc5f8c2865e2 /paramiko/agent.py
parentf40bf59ff3d18e7a0d8cdf685df09efaeb3b126e (diff)
downloadparamiko-3f9270c0be18b09cd39279730eac125776adbedc.tar.gz
Mass SnR of class refs with dotted ones.
Boo on Sphinx for not letting me just change this behavior by default. There are a handful of incorrect items here that will get tweaked later.
Diffstat (limited to 'paramiko/agent.py')
-rw-r--r--paramiko/agent.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/paramiko/agent.py b/paramiko/agent.py
index a09851bc..a5413f74 100644
--- a/paramiko/agent.py
+++ b/paramiko/agent.py
@@ -44,7 +44,7 @@ class AgentSSH(object):
"""
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 :class:`PKey` objects which can be used when
+ connect to it and retreive :class:`.PKey` objects which can be used when
attempting to authenticate to remote SSH servers.
Because the SSH agent protocol uses environment variables and unix-domain
@@ -62,7 +62,7 @@ class AgentSSH(object):
will be returned.
:return: a list of keys available on the SSH agent
- :rtype: tuple of :class:`AgentKey`
+ :rtype: tuple of :class:`.AgentKey`
"""
return self._keys
@@ -307,7 +307,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 :class:`PKey` objects which can be used when
+ connect to it and retreive :class:`.PKey` objects which can be used when
attempting to authenticate to remote SSH servers.
Because the SSH agent protocol uses environment variables and unix-domain