View previous topic :: View next topic |
Author |
Message |
akiross Veteran
Joined: 02 Mar 2003 Posts: 1170 Location: Mostly on google.
|
Posted: Sun May 25, 2003 8:33 am Post subject: Server SSL |
|
|
Hola
dovrei installare un server SSL per gestirmi a distanza il PC.
Quale mi consigliate?
Ma soprattutto COME FACCIO??
Grazie
ciao _________________ Libera scienza in libero stato.
Horizon of Events |
|
Back to top |
|
|
paolo l33t
Joined: 23 Jul 2002 Posts: 768 Location: SBT (AP)
|
Posted: Sun May 25, 2003 9:13 am Post subject: Re: Server SSL |
|
|
akiross wrote: | Hola
dovrei installare un server SSL per gestirmi a distanza il PC.
Quale mi consigliate?
Ma soprattutto COME FACCIO??
Grazie
ciao |
Forse intendi SSH.
installerà il demone.
Devi poi generare le chiavi con il comando ssh-keygen.
ByEZz,
Paolo |
|
Back to top |
|
|
akiross Veteran
Joined: 02 Mar 2003 Posts: 1170 Location: Mostly on google.
|
Posted: Sun May 25, 2003 9:16 am Post subject: |
|
|
ah gia
ssh
... ma allora ssl cos'e'?
grazie
ciao _________________ Libera scienza in libero stato.
Horizon of Events |
|
Back to top |
|
|
xlyz Veteran
Joined: 27 Oct 2002 Posts: 1470 Location: Italy
|
Posted: Sun May 25, 2003 9:18 am Post subject: |
|
|
secure socket layer
il sistema di criptazione usato dai browser (tra gli altri)
http://www.openssl.org/ |
|
Back to top |
|
|
akiross Veteran
Joined: 02 Mar 2003 Posts: 1170 Location: Mostly on google.
|
Posted: Sun May 25, 2003 11:57 am Post subject: |
|
|
Ho provato con la regola RTFM, ma a parte il fatto che non ho trovato il manuale per OpenSSH, ho provato a leggere Appunti di informatica libera, nella sezione di SSH, solo che non mi aiuta molto con il mio problema con le chiavi:
Code: |
Could not load host key: /etc/ssh/ssh_host_key
Could not load host key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 1. Could not load host key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.
|
questo suppongo significhi che devo usare ssh-keygen, il punto e' che non so come usarlo
che faccio?
Grazie
ciao _________________ Libera scienza in libero stato.
Horizon of Events |
|
Back to top |
|
|
akiross Veteran
Joined: 02 Mar 2003 Posts: 1170 Location: Mostly on google.
|
Posted: Sun May 25, 2003 11:57 am Post subject: |
|
|
Ho provato con la regola RTFM, ma a parte il fatto che non ho trovato il manuale per OpenSSH, ho provato a leggere Appunti di informatica libera, nella sezione di SSH, solo che non mi aiuta molto con il mio problema con le chiavi:
Code: |
Could not load host key: /etc/ssh/ssh_host_key
Could not load host key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 1. Could not load host key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.
|
questo suppongo significhi che devo usare ssh-keygen, il punto e' che non so come usarlo
che faccio?
Grazie
ciao _________________ Libera scienza in libero stato.
Horizon of Events |
|
Back to top |
|
|
Josuke Veteran
Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Sun May 25, 2003 1:00 pm Post subject: |
|
|
come lanci il demone ssh? con gentoo teoricamente se lo lanci con /etc/init.d/sshd start ti crea automaticamente le chiavi di cui hai bisogno...altrimenti te le puoi creare a mano con ssh-keygen |
|
Back to top |
|
|
akiross Veteran
Joined: 02 Mar 2003 Posts: 1170 Location: Mostly on google.
|
Posted: Sun May 25, 2003 8:18 pm Post subject: |
|
|
ho fatto con sshd start, e ha fatto da solo che mi hai detto tu
grazie 1G
ciao _________________ Libera scienza in libero stato.
Horizon of Events |
|
Back to top |
|
|
paolo l33t
Joined: 23 Jul 2002 Posts: 768 Location: SBT (AP)
|
Posted: Mon May 26, 2003 6:24 pm Post subject: |
|
|
akiross wrote: | Ho provato con la regola RTFM, ma a parte il fatto che non ho trovato il manuale per OpenSSH, ho provato a leggere Appunti di informatica libera, nella sezione di SSH, solo che non mi aiuta molto con il mio problema con le chiavi:
Code: |
Could not load host key: /etc/ssh/ssh_host_key
Could not load host key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 1. Could not load host key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.
|
questo suppongo significhi che devo usare ssh-keygen, il punto e' che non so come usarlo
che faccio?
Grazie
ciao |
Che fai? RTFM sul serio
Su www.openssh.org c'è addirittura il manuale on-line.
Su http://lab.lugge.net/docs/ssh-HOWTO trovi quello che vorresti trovare leggendo l'url
Se con google cerchi "ssh-keygen -" trovi tanta tanta roba...
Insomma... impegnati un pochino!
ByEZz,
Paolo _________________ Nihil sine magno labore |
|
Back to top |
|
|
akiross Veteran
Joined: 02 Mar 2003 Posts: 1170 Location: Mostly on google.
|
Posted: Mon May 26, 2003 7:41 pm Post subject: |
|
|
Appunto
Appunti di informatica libera li ho trovati su google dopo la ricerca ssh-keygen
cmq, hai ragione _________________ Libera scienza in libero stato.
Horizon of Events |
|
Back to top |
|
|
|