Bläddra i källkod

Update the nukehost function.

master
Mitchell Tishmack 5 år sedan
committed by Mitch Tishmack
förälder
incheckning
a94703a3e0
1 ändrade filer med 3 tillägg och 6 borttagningar
  1. +3
    -6
      dotprofile.org

+ 3
- 6
dotprofile.org Visa fil

@@ -94,12 +94,9 @@ push_env()
# host key changes.
nukehost()
{
if [ -z "$1" ]; then
echo "Usage: nukehost <hostname>"
echo " Removes <hostname> from ssh known_host file."
else
sed -i -e "/$1/d" ~/.ssh/known_hosts
fi
for x in $(echo $*); do
sed -i -e "/$x/d" ~/.ssh/known_hosts
done
}

# Cheap copy function to make copying a file via ssh from one host


Laddar…
Avbryt
Spara