Skip to content

SSH-Key Strength #154

Description

@Eskaaa

Expected behavior

It should be possible to setup a SSH-Key strength.
In Gitlab I use at least 4096 Bit Key's.

Actual behavior

A generated SSH-Key has a strength of 2048 B.

Steps to reproduce

Add Project.

src/PHPCensor/Helper/SshKey.php

$output = @shell_exec('ssh-keygen -t rsa -b 2048 -f '.$keyFile.' -N "" -C "deploy@php-censor"');

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions