Skip to content

Commit a82e22d

Browse files
author
Andrew Schenck
committed
More README updates
1 parent 3b857a5 commit a82e22d

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,23 @@ pip install paramiko-jump
3636

3737
# Usage Examples
3838

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
4049

4150
If you don't need the Jump Host features but DO need to handle multi-factor authentication,
4251
these next examples are for you.
4352

4453
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.
4856

4957

5058
## Authentication Handlers

0 commit comments

Comments
 (0)