× Benvenuti sul nostro forum su Sint Wind PI!

Postate qui domande o segnalate problemi / bug che riscontrate,

file HelpSSH

More
10 years 8 months ago #2288 by niccogeo
HelpSSH was created by niccogeo
Prima di tutto.... SUPER COMPLIMENTI!è veramente tutto fantastico e funzionante! Sono online con una PCE-FWS20 e Sint Wind PI + RASP da 1 settimana... presto arriverà il sito etcetcetc...
Per ora ho configurato Weather underground e il logging su mySLQ aruba.
Volevo provare a entrare su RASP attraverso SSH... ma non funziona..!
Sto provando sia con Filezilla che con Putty... io ho lasciato user e password standard (admin admin), tramite la configurazione web riesco ma tramite ssh no.. .
Sicuramente sbaglio qualcosa di semplice...mi potete aiutare??? Grazie!

Please Log in to join the conversation.

More
10 years 8 months ago #2289 by tony
Replied by tony on topic HelpSSH
per usare ssh devi usare l utente linux. di default pi/rapsberry
TT

Please Log in to join the conversation.

More
10 years 8 months ago #2290 by niccogeo
Replied by niccogeo on topic HelpSSH
Grande... grazie.. io lo sapevo che era una stupidata!!!! E ancora complimenti per il lavoro fatto!
Cercherò di contribuire anche sulla wiki!
The following user(s) said Thank You: tony

Please Log in to join the conversation.

More
10 years 8 months ago #2305 by iw7eex
Replied by iw7eex on topic HelpSSH
Buona sera amici. volevo aggiungere che, per mia esperienza, tramite putty o ssh da mac, non fa modificare swpi.cfg bisogna agire direttamente dal raspberry.

ACCEDERE VIA TERMINALE DA MAC
Per utenti mac, bisogna aprire TERMINALE e digitare
ssh pi -x pi@INDIRIZZO IP A CUI SI COLLEGA RASPBERRY
a presto
The following user(s) said Thank You: blanco

Please Log in to join the conversation.

More
10 years 4 months ago #3767 by blanco
Replied by blanco on topic HelpSSH
provo a collegarmi al raspberry da terminale ma ricevo questo messaggio:

ssh: Could not resolve hostname pi: nodename nor servname provided, or not known

colpa del mio IP che è dinamico??

Please Log in to join the conversation.

More
10 years 4 months ago #3790 by ulisse
Replied by ulisse on topic HelpSSH
Che comando usi per ottenere quell'errore? Come ottieni l'IP del raspberry?
Secondo me sbagli la sintassi del comando, dovrebbe essere qualcosa come:
ssh pi@173.194.35.31

dove 173.194.35.31 è l'indirizzo IP del tuo raspberry (quello lì invece è di google.it)

Please Log in to join the conversation.

More
10 years 3 months ago #3898 by blanco
Replied by blanco on topic HelpSSH
allora:

se mi collego con ssh pi -x pi@ IP
ho questo come risposta
ssh: Could not resolve hostname pi: nodename nor servname provided, or not known

se invece mi collego con ssh pi@ IP
riesco a collegarmi ma la password che inserisco non è quella del file swpi.cfg bensì quella di default del raspberry e arrivo a pi@swpi ~ $
poi con cd swpi arrivo ovviamente a swpi

Ma è normale?

L'IP me lo invia il file swpi.cfg per email.

Please Log in to join the conversation.

More
10 years 3 months ago #3899 by tony
Replied by tony on topic HelpSSH
mi sembra di si

Please Log in to join the conversation.

More
10 years 3 months ago #3900 by blanco
Replied by blanco on topic HelpSSH
ma non dovrebbe chiedermi la password che ho inserito nel file swpi.cfg?

Please Log in to join the conversation.

More
10 years 3 months ago #3901 by tony
Replied by tony on topic HelpSSH
certo che no :-)
Quella è la pwd applicativa di swpi. SSH ti chiede la pwd di PI
Poi per non sbagliare se le metti uguali ......
The following user(s) said Thank You: blanco

Please Log in to join the conversation.

More
10 years 3 months ago #3902 by blanco
Replied by blanco on topic HelpSSH
OK Grazie mille, gentile e preciso come sempre! :)

Please Log in to join the conversation.

More
9 years 6 months ago #4906 by leone2k
Replied by leone2k on topic HelpSSH
Salve a tutti, sono un nuovo utente di Sint Wind PI , e pure del Raspberry, quindi completamente digiuno, ma mi sto documentando !!

Non riesco ad entrare con SSH, il mio Mac mi risponde questo..

MacBook-Pro-di-leonardo:~ leonardo$ ssh This email address is being protected from spambots. You need JavaScript enabled to view it.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
5c:16:6e:b0:f9:20:b0:9b:57:fc:fe:53:7c:87:60:64.
Please contact your system administrator.
Add correct host key in /Users/leonardo/.ssh/known_hosts to get rid of this message.
Offending RSA key in /Users/leonardo/.ssh/known_hosts:1
RSA host key for 192.168.1.234 has changed and you have requested strict checking.
Host key verification failed.



Che posso fare ??

Grazie anticipatamente
Leonardo

Please Log in to join the conversation.

More
9 years 6 months ago - 9 years 6 months ago #4907 by ulisse
Replied by ulisse on topic HelpSSH
Probabilmente l'indirizzo IP del raspberry è stato in passato assegnato a qualche altro dispositivo su cui ti sei loggato via SSH, oppure semplicemente hai reinstallato il raspberry con un sistema nuovo ed è cambiata la firma RSA, una specie di cerificato di autenticità che viene scambiato dalle due parti coinvolte nel SSH.

La soluzione più veloce è eliminare il file degli host conosciuti dal tuo utente sul mac, ma non so come si faccia.
Su linux basta eliminare il file ~/.ssh/known_hosts

EDIT: ho fatto una veloce ricerca su Google ed il file è lo stesso, puoi rimuoverlo da un terminale digitando:
rm ~/.ssh/known_hosts
oppure andartelo a cercare dal finder.
Last edit: 9 years 6 months ago by ulisse.
The following user(s) said Thank You: leone2k

Please Log in to join the conversation.

More
9 years 6 months ago #4912 by leone2k
Replied by leone2k on topic HelpSSH
Grazie provo subito..

Please Log in to join the conversation.

More
9 years 6 months ago #4920 by leone2k
Replied by leone2k on topic HelpSSH
Risolto anche cosi:

ssh-keygen -R 192.168.1.69

Please Log in to join the conversation.

Time to create page: 0.918 seconds