From f5409b72c5635ff77c2cd49422206b14b2827893 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Mon, 30 Jun 2008 07:11:34 -0400 Subject: Update man pages. Small tweak to proxycommand. --- src/monkeysphere-ssh-proxycommand | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/monkeysphere-ssh-proxycommand b/src/monkeysphere-ssh-proxycommand index 6dcb723..15153d8 100755 --- a/src/monkeysphere-ssh-proxycommand +++ b/src/monkeysphere-ssh-proxycommand @@ -39,21 +39,20 @@ if [ -z "$HOST" ] ; then exit 1 fi if [ -z "$PORT" ] ; then - log "port must be specified." - usage - exit 1 + PORT=22 fi # set the host URI URI="ssh://${HOST}" if [ "$PORT" != '22' ] ; then - URI="${URI}:$PORT" + URI="${URI}:${PORT}" fi # if the host is in the gpg keyring... if gpg --list-key ="${URI}" 2>&1 >/dev/null ; then # do not check the keyserver CHECK_KEYSERVER="false" + # if the host is NOT in the keyring... else # if the host key is found in the known_hosts file... -- cgit v1.2.3