diff options
author | Alan Yee <alyee@ucsd.edu> | 2016-08-01 11:37:58 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 20:05:39 -0800 |
commit | 367a51d77a1b7c2553c4055cb002f9d51aff0889 (patch) | |
tree | 9be5ed32e43418c2f5297eb7190edeb8a9a2a144 /README.rst | |
parent | 6fda45896496610bdf21e99b935e0c575c9cdde0 (diff) |
Update README.rst
Minor styling to highlight the key
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ Probably the simplest demo is this:: client.close() This prints out the results of executing ``ls`` on a remote server. The host -key b'AAA...' should of course be replaced by the actual base64 encoding of the +key ``b'AAA...'`` should of course be replaced by the actual base64 encoding of the host key. If you skip host key verification, the connection is not secure! The following example scripts (in demos/) get progressively more detailed: |