View previous topic :: View next topic |
Author |
Message |
NIX.NIX Apprentice
Joined: 02 Sep 2003 Posts: 214
|
Posted: Sun Aug 29, 2004 2:42 am Post subject: Come posso abilitare connessioni ssh sulla mia box?[Risolto] |
|
|
Come posso abilitare connessioni in ssh sulla mia box ???
port 22: Connection refused |
|
Back to top |
|
|
Danilo l33t
Joined: 05 Feb 2004 Posts: 747 Location: Italy
|
Posted: Sun Aug 29, 2004 6:09 am Post subject: Re: Come posso abilitare connessioni in ssh sulla mia box ?? |
|
|
NIX.NIX wrote: | Come posso abilitare connessioni in ssh sulla mia box ???
port 22: Connection refused |
Hai emerso unb server ? (tipo openssh)
Ed inoltre ci sonoo firewalls in mezzo? |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31277 Location: here
|
Posted: Sun Aug 29, 2004 6:19 am Post subject: |
|
|
Se hai messo il server hai dato il comando
Code: | # /etc/init.d/sshd start |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
NIX.NIX Apprentice
Joined: 02 Sep 2003 Posts: 214
|
Posted: Sun Aug 29, 2004 10:02 am Post subject: |
|
|
fedeliallalinea wrote: | Se hai messo il server hai dato il comando
Code: | # /etc/init.d/sshd start |
|
Grassie Non avevo startato il demone sel server sshd |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31277 Location: here
|
Posted: Sun Aug 29, 2004 1:13 pm Post subject: |
|
|
NIX.NIX wrote: | Grassie Non avevo startato il demone sel server sshd |
Ora puoi aggiungerlo al runlevel di default con
Code: | # rc-update add sshd default |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|