Skip to content

Commit

Permalink
Add quiet flag to ssh-keygen
Browse files Browse the repository at this point in the history
  • Loading branch information
petuhovskiy committed Feb 25, 2025
1 parent bcaa923 commit c7fb032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-builder/files/vminit
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ ip link set up dev eth0

# ssh
# we use ed25519 keys and -N "" skips setting up a passphrase
/neonvm/bin/ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -N ""
/neonvm/bin/ssh-keygen -q -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -N ""

0 comments on commit c7fb032

Please sign in to comment.