mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 05:23:17 -09:00
7 lines
142 B
Bash
Executable File
7 lines
142 B
Bash
Executable File
#!/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
|
|
|