summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--notFinishedCode/SSHTunnelClass.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/notFinishedCode/SSHTunnelClass.py b/notFinishedCode/SSHTunnelClass.py
index 825898b..115fcdd 100644
--- a/notFinishedCode/SSHTunnelClass.py
+++ b/notFinishedCode/SSHTunnelClass.py
@@ -1,6 +1,7 @@
+#Here is a tutorial how to generate and copy your RSA SSH public key :)
+#>>> http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/
import subprocess
-import string
-from time import sleep
+
class SSHTunneling:
def __init__(self, localPort, remotePort, remoteServer, username, password):