blob: 57ff65db9319550c76f924bf7735740d3d951cfa [file] [log] [blame]
#!/bin/bash
if [ -f /home/pcloud/.ssh/id_ed25519 ];
then
exit 0
fi
ssh-keygen -t ed25519 -b 4096 -N "" -f /home/pcloud/.ssh/id_ed25519