Browse Source

Fixed SOCKS line

Samuel W. Flint 8 years ago
parent
commit
aae134988e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ssh-proxy

+ 1 - 1
ssh-proxy

@@ -12,6 +12,6 @@ else
     port=8080
 fi
 
-echo "Configure SOCKS proxy as ${host}:${port}"
+echo "Configure SOCKS proxy as localhost:${port}"
 
 ssh -N -D $port $host