Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ssh in rete locale [RISOLTO]
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
Sasdo
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: 44.476474,11.644446 circa.

PostPosted: Mon Mar 01, 2004 11:39 am    Post subject: ssh in rete locale [RISOLTO] Reply with quote

ciao, dopo vari tentativi e manuali chiedo aiuto! :(

dunque... ho una piccola rete locale con 2 pc linux, provo a usare ssh ma non mi riesce:

Code:

ssh root@192.168.0.2
ssh: connect to host 192.168.0.2 port 22: connection refused


però riesco a collegarmi (sempre con ssh) al server dell'università.
di qui alcune perplessità.

probabilmente ho sbagliato qualcosa... o non ho fatto qualcos'altro...

...sapreste darmi una mano?

grazie mille

il Sasdo
_________________
LinuxUser #362518
--
Ochei lo ammetto: il mio cervello lo tengo in frigo.


Last edited by Sasdo on Mon Mar 01, 2004 12:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
cataenry
Guru
Guru


Joined: 04 Nov 2003
Posts: 343

PostPosted: Mon Mar 01, 2004 11:42 am    Post subject: Reply with quote

mmm... hai installato un server ssh sulla seconda macchina?
Tipo OpenSSH?...
Back to top
View user's profile Send private message
Naspe
Guru
Guru


Joined: 10 Dec 2003
Posts: 321
Location: Genova - Italy

PostPosted: Mon Mar 01, 2004 11:52 am    Post subject: Reply with quote

Devi far partire il server ssh sulla macchina alla quale vuoi connetterti.

Ora nn ricordo se il server ssh c'è installato di default.

Cmq prova a fare /etc/init.d/ssh(d) start

*la parentesi xchè nn ricordo se il comando è ssh start o sshd start :)

Se parte allora vuol lo puoi aggiungere al runlevel di default per farlo partire da solo al boot:

rc-update add ssh(d) default.

In caso, quando fai partire ssh, ti dicesse che è gia startato, allora ci sono dei problemi... ad esempio un firewall?

In caso nn ci fosse /etc/init.d/ssh(d) allora te lo devi emergere:

emerge -pv ssh(d)...

controlli se le use sono ok...

emerge ssh(d)


P.S.: la parentesi ssh(d) è sempre xchè nn ricordo se il programma si chiama ssh o sshd...
_________________
God Is Real... Unless Declared As Integer...

Provoca Il Più Bravo... Morirai Come Uno Schiavo!!!

Hai Evocato Il Tuono!!! Ora Raccogli Tempesta!!!
Back to top
View user's profile Send private message
pascalbrax
Apprentice
Apprentice


Joined: 21 Jan 2004
Posts: 280
Location: 127.0.0.1

PostPosted: Mon Mar 01, 2004 11:55 am    Post subject: Reply with quote

emerge openssh?
/etc/init.d/sshd start?
rc-update add sshd default?
_________________
"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler
Back to top
View user's profile Send private message
cataenry
Guru
Guru


Joined: 04 Nov 2003
Posts: 343

PostPosted: Mon Mar 01, 2004 11:56 am    Post subject: Reply with quote

Tutto bene... solo il pacchetto è openssh... :wink:

Edit: Azz.. un minuto prima :P :P
Back to top
View user's profile Send private message
b10m
Apprentice
Apprentice


Joined: 04 Aug 2003
Posts: 204
Location: Monza

PostPosted: Mon Mar 01, 2004 12:01 pm    Post subject: Reply with quote

Inoltre gia' che ci sei controlla che non hai delle regole del firewall che ti blocchino i pacchetti sulla porta 22 (del server) "iptables -L".
Poi vai sul server e vai di "netstat -anp |grep sshd" dopo aver lanciato il demone sshd. Dovresti trovare una cosa tipo
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 7441/sshd
Back to top
View user's profile Send private message
Sasdo
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: 44.476474,11.644446 circa.

PostPosted: Mon Mar 01, 2004 12:02 pm    Post subject: Reply with quote

ochei grazie, dovevo startare sshd.

ci ho provato e mi da come errori che non trova i file ssh_host_key, ssh_host_rsa/dsa_key.

ora googlo e poi direi che sono a posto

grazie ancora,

il Sasdo
_________________
LinuxUser #362518
--
Ochei lo ammetto: il mio cervello lo tengo in frigo.
Back to top
View user's profile Send private message
Dancy
n00b
n00b


Joined: 27 Jan 2004
Posts: 59
Location: Torino

PostPosted: Mon Mar 01, 2004 12:10 pm    Post subject: Reply with quote

ammesso che ssh funzioni (usa nmap per vedere se la porta 22 è aperta...) controlla che nel tuo /etc/ssh/sshd_config sia presente
Code:
PermitRootLogin yes

una piccola guida su ssh http://www.gentoo.it/doc/gentoo-security-it.html#doc_chap11
Back to top
View user's profile Send private message
cataenry
Guru
Guru


Joined: 04 Nov 2003
Posts: 343

PostPosted: Mon Mar 01, 2004 12:12 pm    Post subject: Reply with quote

mmm... secondo me, se il pc è collegato anche sul net è meglio di no, tutt'al più ti connetti con un user appartenente a wheel e fai su.... poi non so, questione di scelte... Bye
Back to top
View user's profile Send private message
Sasdo
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: 44.476474,11.644446 circa.

PostPosted: Mon Mar 01, 2004 12:42 pm    Post subject: Reply with quote

tutto risolto grazie.

ora riesco a collegarmi sia come root che come utente normale (con wheel).

grazie a todos

il Sasdo
_________________
LinuxUser #362518
--
Ochei lo ammetto: il mio cervello lo tengo in frigo.
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