We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a699e12 + f5a05c3 commit e68920eCopy full SHA for e68920e
1 file changed
02_configure_host.sh
@@ -35,7 +35,7 @@ esac
35
36
# Generate user ssh key
37
if [ ! -f $HOME/.ssh/id_rsa.pub ]; then
38
- ssh-keygen -f ~/.ssh/id_rsa -P ""
+ ssh-keygen -f ~/.ssh/id_rsa -t rsa -P ""
39
fi
40
41
# root needs a private key to talk to libvirt
0 commit comments