faster set up things for new machine

This commit is contained in:
Adam Jeniski
2023-03-14 14:17:50 -04:00
parent fdd9133fb1
commit 1b9b6032c8
4 changed files with 117 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
echo -e "\n\n\n" | ssh-keygen -t ed25519 -C "ajeniski4@gmail.com"
echo "printing generated pub file:"
cat ~/.ssh/id_ed25519.pub