index
:
paramiko
main
py3compat
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
test_config.py
Age
Commit message (
Expand
)
Author
2023-05-05
Migrate rest of main keys and update suite to be more pytest-relaxed compat
Jeff Forcier
2023-01-16
Stop stripping ProxyCommand none, make it None
Jeff Forcier
2023-01-16
No more (object)ions
Jeff Forcier
2023-01-09
s/mock/unittest.mock/g
Jeff Forcier
2023-01-09
string_types -> str
Jeff Forcier
2022-06-03
Merge branch '2.10' into 2.11
Jeff Forcier
2022-06-03
Merge branch '2.9' into 2.10
Jeff Forcier
2022-06-03
Skip tests requiring invoke if it's not installed
Michał Górny
2022-04-25
Massage #1951 a bit
Jeff Forcier
2022-03-11
Helps to actually leverage your mocked system calls
Jeff Forcier
2022-03-11
OpenSSH docs state %C should also work in IdentityFile and Match exec
Jeff Forcier
2022-03-11
Prettify, add %C as acceptable controlpath token, mock gethostname
Jason Brand
2019-12-03
Apply %h tokenization to HostName
Jeff Forcier
2019-12-03
Never actually handled optional-ness of Invoke import
Jeff Forcier
2019-12-03
Blacken
Jeff Forcier
2019-12-03
Fill in rest of Match exec tests - all pass
Jeff Forcier
2019-12-02
Base case re #717 works now.
Jeff Forcier
2019-12-02
Tweak some old test names for easier targeting
Jeff Forcier
2019-09-27
Implement ssh_config hostname canonicalization (WIP)
Jeff Forcier
2019-08-27
Somehow failed to flake/blacken previously
Jeff Forcier
2019-08-26
Clean up existing ssh_config tests more
Jeff Forcier
2019-08-26
Add new SSHConfig constructors
Jeff Forcier
2019-08-26
Start moving config snippets to files
Jeff Forcier
2019-08-26
Move all SSHConfig related tests to test_config.py
Jeff Forcier
2018-06-14
Blackened
Jeff Forcier
2018-05-16
Return a userdict class from paramiko config parsing
Chris Rose
2018-05-16
Add an SSHConfig dict to provide type conversion helpers
Chris Rose