File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ pip install paramiko-jump
36
36
37
37
# Usage Examples
38
38
39
- ## You Can Use Authenticate However You Want
39
+ ## You Can Authenticate However You Want
40
40
41
41
Within this document are numerous examples of how to use paramiko-jump to authenticate to a remote
42
42
host as well as how to use it to proxy SSH sessions, but not all possible permutations are
@@ -62,7 +62,7 @@ multi-factor authentication, you will probably want to explicitly pass in auth_h
62
62
client construction. You can use the included handlers, or you can write your own.
63
63
64
64
65
- ### Authentication Handler Example 1: Keyboard-Interactive
65
+ ### Authentication Handler Example 1: Keyboard-Interactive (Any Authentication Scheme)
66
66
67
67
A basic handler callable is included, and should work for most keyboard-interactive use cases. In
68
68
this example, we supply a username and will be prompted for any passwords/tokens that are needed in
@@ -89,7 +89,7 @@ print(output)
89
89
```
90
90
91
91
92
- ### Authentication Handler Example 2: MultiFactor Authentication
92
+ ### Authentication Handler Example 2: MultiFactor Authentication using the MagicAuthHandler
93
93
94
94
The ``` MagicAuthHandler ``` class is a more advanced handler that can be used to accomplish complex
95
95
authentication sessions with automation -- even through MFA infrastructure. This is accomplished by
You can’t perform that action at this time.
0 commit comments