- 👋 Hi, I’m @djwjb
- 👀 I’m interested in ...
- 🌱 I’m currently learning ...
- 💞️ I’m looking to collaborate on ...
- 📫 How to reach me ...
ssh-keygen -t ed25519 -C "[email protected]"
old:
ssh-keygen -t rsa -b 4096 -C "[email protected]"
win:
clip < C:\Users\Administrator/.ssh/id_ed25519.pub
linux:
cat ~/.ssh/id_ed25519.pub
mac:
pbcopy < ~/.ssh/id_ed25519.pub