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
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