File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,23 @@ pip install paramiko-jump
36
36
37
37
# Usage Examples
38
38
39
- ## Quick Start: I don't need Jump Host / SSH Proxying features
39
+ ## You Can Use Authenticate However You Want
40
+
41
+ Within this document are numerous examples of how to use paramiko-jump to authenticate to a remote
42
+ host as well as how to use it to proxy SSH sessions, but not all possible permutations are
43
+ documented here. It's important to know that ** you can use any authentication scheme demonstrated
44
+ in these examples, with or without the proxying feature, as long as your SSH infrastructure
45
+ supports it.**
46
+
47
+
48
+ ## Quick Start: I need to solve MFA but I don't need SSH Proxying features
40
49
41
50
If you don't need the Jump Host features but DO need to handle multi-factor authentication,
42
51
these next examples are for you.
43
52
44
53
You can use the ``` simple_auth_handler ``` or ``` MagicAuthHandler ``` to handle your
45
- authentication to a single host without ever proxying another SSH session through it ('jumping').
46
- Just pick an authentication approach (many examples are given within this README) and you
47
- should be good to go.
54
+ authentication to a single host without ever proxying another SSH session through it ('jumping'.)
55
+ Just pick an authentication approach and go.
48
56
49
57
50
58
## Authentication Handlers
You can’t perform that action at this time.
0 commit comments