diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-11-24 19:14:12 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-11-24 19:14:12 -0300 |
commit | 0800363a1234c47f25ac266b3a088e4c585f5c19 (patch) | |
tree | d6b4a279dab998646f7124ed908fde345188bf89 /odsa.py | |
parent | 1c83251ea6d0af2e3164ab31ddb0b266465e5c48 (diff) |
Reference to odsa blog post
Diffstat (limited to 'odsa.py')
-rwxr-xr-x | odsa.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ # # And then an alias to ssh # alias ssh=odsa_ssh +# +# Blog post about this script: https://kalgan.cc/blog/posts/On_demand_ssh-add/ import signal import sys |