blob: 57ff65db9319550c76f924bf7735740d3d951cfa [file] [log] [blame]
giolekva875548d2022-05-20 18:41:36 +04001#!/bin/bash
2
3if [ -f /home/pcloud/.ssh/id_ed25519 ];
4then
5 exit 0
6fi
7
8ssh-keygen -t ed25519 -b 4096 -N "" -f /home/pcloud/.ssh/id_ed25519