[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ssh on a non-standard port



with all the todo going on with sshd exploits lately, i've taken to moving 
mine off of the standard port, however now i need to make my rsync scripts 
work with this new port. it seems pretty simple...

  SSH="ssh -p 3223"
  ARGS="-aH --delete -e $SSH"

but this doesnt seem to tdo the trick. i'm suspecting is has something to 
do with the way i am passing the $SSH argument.  does this need to be 
double/single quoted? every manner that i seem to try fails.

thanks




-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.