summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-02-15 14:08:17 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-02-15 14:08:17 +0000
commit8fa9d4540df65eec3963ecd8a2f90347384a6de7 (patch)
treebeeb4c363dacf0683a684f9ecc06f92a47a9b42b /README
parent07231d95d29670458200d05b9a48a840ac688bc3 (diff)
rtadm: integrate "upload"
'upload' is now a subcommand of rtadm git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@10398 283159da-0705-0410-b60c-f2062b4bb6ad
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
~~~~~~~~~~~~~~~~~~~~~~