diff options
| author | Your Name <you@example.com> | 2024-12-21 16:45:32 +0800 |
|---|---|---|
| committer | Your Name <you@example.com> | 2024-12-21 16:45:32 +0800 |
| commit | e94b275f5630e032a6971831f8be520ae81a5d02 (patch) | |
| tree | c6819daab6bceff1477647f40d52fa23f2c88628 /others/vm3/.config | |
| parent | be3dde6ce14698c5818f21f65037a4beef1199cf (diff) | |
v1vm3-done
Diffstat (limited to 'others/vm3/.config')
| -rwxr-xr-x | others/vm3/.config/init/make_rootkey.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/others/vm3/.config/init/make_rootkey.sh b/others/vm3/.config/init/make_rootkey.sh index 5d07472..f725985 100755 --- a/others/vm3/.config/init/make_rootkey.sh +++ b/others/vm3/.config/init/make_rootkey.sh @@ -1,4 +1,4 @@ #!/bin/bash -sudo mkdir -p ~/keys -ssh-keygen -t ed25519 -f ~/keys/k1 -N "" +sudo mkdir -p /root/k +ssh-keygen -t ed25519 -f /root/k/k1 -N "" |
