[Ovirt-devel] [PATCH release] Change port from 80 to 443 in ovirt-tunnel convenience script.

Steve Linabery slinabery at redhat.com
Wed Mar 11 18:40:13 UTC 2009


---
 misc-scripts/ovirt-tunnel |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/misc-scripts/ovirt-tunnel b/misc-scripts/ovirt-tunnel
index 94d721b..1fff16c 100755
--- a/misc-scripts/ovirt-tunnel
+++ b/misc-scripts/ovirt-tunnel
@@ -10,7 +10,7 @@ fi
 
 HOST=$1
 PORT=$2
-SSH="ssh -N -f -g -L $PORT:$APPIP:80 $HOST"
+SSH="ssh -N -f -g -L $PORT:$APPIP:443 $HOST"
 
 if ! grep $APPHOST /etc/hosts > /dev/null 2>&1 ; then
    sudo sed -i "s/^127.0.0.1\(.*\)/127.0.0.1 \1 $APPHOST/" /etc/hosts
-- 
1.6.0.6




More information about the ovirt-devel mailing list