We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d931d6 commit 5e588aeCopy full SHA for 5e588ae
0x0B-ssh/1-create_ssh_key_pair
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env bash
2
+# Create an RSA Key-Pair for SSH
3
+ssh-keygen -f school -P betty -b 4096;
0 commit comments