diff options
Diffstat (limited to 'others/vm3/.config/init/make_rootkey.sh')
| -rwxr-xr-x | others/vm3/.config/init/make_rootkey.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/others/vm3/.config/init/make_rootkey.sh b/others/vm3/.config/init/make_rootkey.sh new file mode 100755 index 0000000..5d07472 --- /dev/null +++ b/others/vm3/.config/init/make_rootkey.sh | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | sudo mkdir -p ~/keys | ||
| 4 | ssh-keygen -t ed25519 -f ~/keys/k1 -N "" | ||
