diff --git a/doc/index.html b/doc/index.html
index 8adf190..c7486d5 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -12,8 +12,13 @@ listen on a port over 1024 (defaults to port 2222).
- Install SimpleSSHD.
-
- Make a directory /sdcard/ssh, and put an
+
- Either:
+
+- Go to SimpleSSHD -> Menu (upper right) -> Authorized Keys, and
+either cut and paste an SSH public key or "Fetch" one via HTTP.
+
- OR: Make a directory /sdcard/ssh, and put an
authorized_keys file in that directory.
+
- On any computer which will connect to your Android device, set the
port to 2222. With OpenSSH, this can be done by putting these lines in
~/.ssh/config:
@@ -72,7 +77,7 @@ in this commandline.
- 2015/11/23 Version 1.4: Don't abort if IP address lookup fails, and make proper "About" menu.
- 2016/06/11 Version 1.5: SuperSU+rsync hack now limits the buffer size to 1MB.
- 2016/06/12 Version 1.6: Fix typo that broke scp/sftp/rsync in version 1.5.
-
- 2016/06/xx Version 1.7: Don't clear environment variables (so you can use 'am' or 'pm' more easily).
+
- 2016/06/xx Version 1.7: Don't clear environment variables (so you can use 'am' or 'pm' more easily). Add "Authorized Keys" menu option to help maintain the Authorized Keys file.
About