Skip to content

Commit eca4bee

Browse files
andrewschenckAndrew Schenck
and
Andrew Schenck
authored
more README updates (#34)
Co-authored-by: Andrew Schenck <[email protected]>
1 parent d2a0aed commit eca4bee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pip install paramiko-jump
3636

3737
# Usage Examples
3838

39-
## You Can Use Authenticate However You Want
39+
## You Can Authenticate However You Want
4040

4141
Within this document are numerous examples of how to use paramiko-jump to authenticate to a remote
4242
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
6262
client construction. You can use the included handlers, or you can write your own.
6363

6464

65-
### Authentication Handler Example 1: Keyboard-Interactive
65+
### Authentication Handler Example 1: Keyboard-Interactive (Any Authentication Scheme)
6666

6767
A basic handler callable is included, and should work for most keyboard-interactive use cases. In
6868
this example, we supply a username and will be prompted for any passwords/tokens that are needed in
@@ -89,7 +89,7 @@ print(output)
8989
```
9090

9191

92-
### Authentication Handler Example 2: MultiFactor Authentication
92+
### Authentication Handler Example 2: MultiFactor Authentication using the MagicAuthHandler
9393

9494
The ```MagicAuthHandler``` class is a more advanced handler that can be used to accomplish complex
9595
authentication sessions with automation -- even through MFA infrastructure. This is accomplished by

0 commit comments

Comments
 (0)