Skip to content

Commit a5c6b7f

Browse files
Danpkittenis
authored andcommitted
Added documentation
1 parent b3fdd04 commit a5c6b7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pssh.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,10 @@ def __init__(self, hosts,
289289
:type port: int
290290
:param pkey: (Optional) Client's private key to be used to connect with
291291
:type pkey: :mod:`paramiko.PKey`
292+
:param forward_ssh_agent: (Optional) Turn on SSH agent forwarding - \
293+
equivalent to `ssh -A` from the `ssh` command line utility. \
294+
Defaults to True if not set.
295+
:type forward_ssh_agent: bool
292296
:param pool_size: (Optional) Greenlet pool size. Controls on how many\
293297
hosts to execute tasks in parallel. Defaults to 10
294298
:type pool_size: int

0 commit comments

Comments
 (0)