summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 62c0a61..6c4a7fd 100644
--- a/README
+++ b/README
@@ -116,6 +116,8 @@ TODO: document it. For starters, its help message:
# enable/disable future connections
disconnect <connection-name>
# disconnect connection
+ upload <connection-name>
+ # upload a copy of the key
delete <connection-name>
# disconnect, disable and delete any trace of the connection
@@ -123,6 +125,10 @@ TODO: document it. For starters, its help message:
Disabling it does not Disconnect an existing connection. It essentially
rems-out the respective line in .ssh/authorized_keys .
+"Upload" pipes the tarball over SSH to a remote system. Using the example
+script rt_handle_uploaded_key on that remote system you can use it to
+provide a download version of your keys.
+
Server Troubleshooting
~~~~~~~~~~~~~~~~~~~~~~