Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pssh/clients/native/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(self, hosts, user=None, password=None, port=22, pkey=None,
:type pool_size: int
:param host_config: (Optional) Per-host configuration for cases where
not all hosts use the same configuration.
:type host_config: dict
:type host_config: list
:param allow_agent: (Optional) set to False to disable connecting to
the system's SSH agent.
:type allow_agent: bool
Expand Down