t0004: Always create PEM keys.
[paraslash.git] / t / t0004-server.sh
index 7e8ea8205c71391ba44c06db1a013fbcb4f9442f..03957464e17e2a50596149e59627cd7584424fe9 100755 (executable)
@@ -83,7 +83,7 @@ test_require_executables "ssh-keygen"
 missing_executables="$result"
 
 if [[ -z "$missing_objects" && -z "$missing_executables" ]]; then
-       ssh-keygen -q -t rsa -b 2048 -N "" -f $privkey
+       ssh-keygen -q -t rsa -b 2048 -N "" -m PEM -f $privkey
        key_gen_result=$?
 
        read &>/dev/null < /dev/tcp/localhost/$port