Skip to content

Instantly share code, notes, and snippets.

@samdods
Created September 21, 2016 14:38
Show Gist options
  • Save samdods/576d25e331b3cd58e6b5e65332773cb2 to your computer and use it in GitHub Desktop.
Save samdods/576d25e331b3cd58e6b5e65332773cb2 to your computer and use it in GitHub Desktop.
#!/bin/sh
SSHDIR=~/.ssh
BKPDIR=$SSHDIR/bkp`date "+%Y%m%d%H%M%S"`
mkdir $BKPDIR
cp $SSHDIR/id_rsa $BKPDIR
cp $SSHDIR/id_rsa.pub $BKPDIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment