summaryrefslogtreecommitdiff
path: root/ssh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.sh')
-rwxr-xr-xssh.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/ssh.sh b/ssh.sh
deleted file mode 100755
index 5d49d2e..0000000
--- a/ssh.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-ssh-keygen -b 4096 -t rsa -f $HOME/.ssh/id_rsa -q -N ""
-cat $HOME/.ssh/id_rsa.pub | xsel -b && notify-send "New ssh key copied to clipboard"
-$BROWSER https://github.com/settings/keys
-
-