Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Key for SSH and OpenVPN

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
GabrieleMax
Posts: 126
Joined: 2016-09-07 20:24
Location: Senigallia (AN) - Italy
Has thanked: 4 times
Been thanked: 1 time
Contact:

[SOLVED] Key for SSH and OpenVPN

#1 Post by GabrieleMax »

I have a server with Buster and I installed OpenVPN, I generated keys by openssl and everything works ok.

Now I should create a key for SSH, should I install other packages or could I use openssl?

GabrieleMax
Last edited by GabrieleMax on 2018-12-10 08:57, edited 1 time in total.

reinob
Posts: 1189
Joined: 2014-06-30 11:42
Has thanked: 97 times
Been thanked: 47 times

Re: Key for SSH and OpenVPN

#2 Post by reinob »

GabrieleMax wrote:I have a server with Buster and I installed OpenVPN, I generated keys by openssl and everything works ok.

Now I should create a key for SSH, should I install other packages or could I use openssl?

GabrieleMax
SSH keys are created using ssh-keygen, which is part of the openssh-client package.

GabrieleMax
Posts: 126
Joined: 2016-09-07 20:24
Location: Senigallia (AN) - Italy
Has thanked: 4 times
Been thanked: 1 time
Contact:

Re: Key for SSH and OpenVPN

#3 Post by GabrieleMax »

reinob wrote: SSH keys are created using ssh-keygen, which is part of the openssh-client package.
Thank you! :)

GabrieleMax

Post Reply