Skip to content

Commit 0aaad4d

Browse files
committed
point to paramiko documentation
1 parent f30e31d commit 0aaad4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pwnlib/tubes/ssh.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,9 @@ def __init__(self, user=None, host=None, port=22, password=None, key=None,
593593
ignore_config(bool): If :const:`True`, disable usage of ~/.ssh/config and ~/.ssh/authorized_keys
594594
raw(bool): If :const:`True`, assume a non-standard shell and don't probe the environment
595595
auth_none(bool): If :const:`True`, try to authenticate with no authentication methods
596-
disabled_algorithms(dict): Mapping of algorithm type and list of algorithms identifier to disable. Passed directly to paramiko.
596+
disabled_algorithms(dict):
597+
Mapping of algorithm type and list of algorithm identifiers to disable.
598+
See :class:`~paramiko.transport.Transport` for more information.
597599
598600
NOTE: The proxy_command and proxy_sock arguments is only available if a
599601
fairly new version of paramiko is used.

0 commit comments

Comments
 (0)