diff options
-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 |