diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-05-29 19:55:49 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-05-29 19:55:49 -0400 |
commit | 90425b979d636fcbbad1ed59ec81ab6c065f0163 (patch) | |
tree | eeb0532173c97629363a3b9c4bc88c1ea5e95a47 /software | |
parent | 7c03f4e48eb37c92fcc2c4f6551cbc7d3de119ba (diff) | |
download | knowledge-90425b979d636fcbbad1ed59ec81ab6c065f0163.tar.gz knowledge-90425b979d636fcbbad1ed59ec81ab6c065f0163.zip |
move ssh tricks
Diffstat (limited to 'software')
-rw-r--r-- | software/ssh.page | 7 | ||||
-rw-r--r-- | software/unix-tricks.page | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/software/ssh.page b/software/ssh.page index 64fc0be..920bdab 100644 --- a/software/ssh.page +++ b/software/ssh.page @@ -21,3 +21,10 @@ Enable compression over remote connections with fast machines:: Compression yes + +SSH Key Agent Timeout +----------------------------- +``ssh-agent`` has an argument (``-t``) to timeout private keys. You'll need to +enable this flag in your X initialization file somewhere... on Ubuntu it seems +to be in ``/etc/X11/Xsession.d/90x11-common_ssh-agent`` (set ``SSHAGENTARGS='-t +6h'`` for six hour timeout). diff --git a/software/unix-tricks.page b/software/unix-tricks.page index 3add87b..3573bc9 100644 --- a/software/unix-tricks.page +++ b/software/unix-tricks.page @@ -47,10 +47,3 @@ appropriate, and go through the output file to clean up the text. $ sudo grep "bookmark_bar" --binary-files=text -B 10 -A 1000 /dev/sda5 | tee undeleted_content.txt - -SSH Key Agent Timeout ------------------------------ -``ssh-agent`` has an argument (``-t``) to timeout private keys. You'll need to -enable this flag in your X initialization file somewhere... on Ubuntu it seems -to be in ``/etc/X11/Xsession.d/90x11-common_ssh-agent`` (set ``SSHAGENTARGS='-t -6h'`` for six hour timeout). |