Skip to content

Commit 5e588ae

Browse files
committed
[Chore]: Add 1-create_ssh_key_pair
1 parent 8d931d6 commit 5e588ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

0x0B-ssh/1-create_ssh_key_pair

+3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)