Skip to content

Instantly share code, notes, and snippets.

View kantskernel's full-sized avatar

puggo kantskernel

View GitHub Profile
@kantskernel
kantskernel / Backup SSH Keys To Dropbox
Created August 13, 2023 19:04 — forked from Grace/Backup SSH Keys To Dropbox
A bash script to backup your SSH keys to Dropbox
#!/bin/bash
# Purpose: This is a script to backup your SSH folder to
# your local Dropbox folder, therefore syncing it to your Dropbox.
# Author: Grace Christenbery
# Use case: You can run this as a cron job to
# backup your SSH keys once per day to Dropbox! Awesome!
# Security Disclaimer:
# You'll want to make sure your keys are secure in Dropbox.