X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsecurity%2Ftell_zooty_our_ip.sh;h=359050b419edf1c85187b3796f89850fd4a5c70b;hb=9195fe774b7ee6ca35369a82870b55b40c5be08e;hp=5e8aa2e63ccc0eedcff7b0d3df7074c1f47c97ab;hpb=3c7b6af77b25472348eb14947cd7d7040eba489d;p=feisty_meow.git diff --git a/scripts/security/tell_zooty_our_ip.sh b/scripts/security/tell_zooty_our_ip.sh index 5e8aa2e6..359050b4 100644 --- a/scripts/security/tell_zooty_our_ip.sh +++ b/scripts/security/tell_zooty_our_ip.sh @@ -5,7 +5,7 @@ #hmmm: none of the user info below will work for others: parameterize it. -server=zooty.koeritz.com +server=serene.feistymeow.org username=fred local_user=fred tempdir=/tmp # where we generate our files. @@ -33,9 +33,7 @@ echo "my ip is [$my_ip]" # gets us access to the server. this needs to be on the local machine # for sftp to run without a login prompt. sudo -u $local_user sftp $username@$server <