Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Server SSL
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sun May 25, 2003 8:33 am    Post subject: Server SSL Reply with quote

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
View user's profile Send private message
paolo
l33t
l33t


Joined: 23 Jul 2002
Posts: 768
Location: SBT (AP)

PostPosted: Sun May 25, 2003 9:13 am    Post subject: Re: Server SSL Reply with quote

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.

Code:
# emerge openssh
installerà il demone.
Devi poi generare le chiavi con il comando ssh-keygen.

ByEZz,
Paolo
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sun May 25, 2003 9:16 am    Post subject: Reply with quote

ah gia
ssh :)

... ma allora ssl cos'e'?

grazie

ciao
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
xlyz
Veteran
Veteran


Joined: 27 Oct 2002
Posts: 1470
Location: Italy

PostPosted: Sun May 25, 2003 9:18 am    Post subject: Reply with quote

secure socket layer

il sistema di criptazione usato dai browser (tra gli altri)

http://www.openssl.org/
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sun May 25, 2003 11:57 am    Post subject: Reply with quote

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
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sun May 25, 2003 11:57 am    Post subject: Reply with quote

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
View user's profile Send private message
Josuke
Veteran
Veteran


Joined: 07 May 2003
Posts: 1175
Location: Italy - Bolzano

PostPosted: Sun May 25, 2003 1:00 pm    Post subject: Reply with quote

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
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sun May 25, 2003 8:18 pm    Post subject: Reply with quote

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
View user's profile Send private message
paolo
l33t
l33t


Joined: 23 Jul 2002
Posts: 768
Location: SBT (AP)

PostPosted: Mon May 26, 2003 6:24 pm    Post subject: Reply with quote

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 :D
Se con google cerchi "ssh-keygen -" trovi tanta tanta roba...
Insomma... impegnati un pochino! :wink:

ByEZz,
Paolo
_________________
Nihil sine magno labore
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Mon May 26, 2003 7:41 pm    Post subject: Reply with quote

Appunto :)
Appunti di informatica libera li ho trovati su google dopo la ricerca ssh-keygen :)

cmq, hai ragione :oops:
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum