Skip to content

Commit e68920e

Browse files
authored
Merge pull request #1799 from zaneb/fips-rsa-ssh-key
Generate FIPS-compatible ssh keys
2 parents a699e12 + f5a05c3 commit e68920e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02_configure_host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ esac
3535

3636
# Generate user ssh key
3737
if [ ! -f $HOME/.ssh/id_rsa.pub ]; then
38-
ssh-keygen -f ~/.ssh/id_rsa -P ""
38+
ssh-keygen -f ~/.ssh/id_rsa -t rsa -P ""
3939
fi
4040

4141
# root needs a private key to talk to libvirt

0 commit comments

Comments
 (0)