Page 1 of 1
Parameters for telnet session?
Posted: Wed Jun 18, 2014 10:59 pm
by JustCurious
Which parameters do I have to use to succesfully establish a telnet session with the Pi? (host=IP, username=guest and so).
Re: Parameters for telnet session?
Posted: Wed Jun 18, 2014 11:04 pm
by drgeoff
Use ssh not telnet. putty is a good client and is available for many platforms.
Same username and password as on a keyboard directly on the RPi.
Re: Parameters for telnet session?
Posted: Thu Jun 19, 2014 1:29 am
by Joe Schmoe
drgeoff wrote:Use ssh not telnet. putty is a good client and is available for many platforms.
Same username and password as on a keyboard directly on the RPi.
See sig.
Ole Bob sure predicted how computer forums would work, didn't he?
Re: Parameters for telnet session?
Posted: Thu Jun 19, 2014 8:17 am
by DougieLawson
JustCurious wrote:Which parameters do I have to use to succesfully establish a telnet session with the Pi? (host=IP, username=guest and so).
If you really want to run telnet on port 23 you'll need to install a daemon and a client.
sudo apt-get install telnetd telnet
The client of choice on windows is PuTTY.
Please be aware the telnet is insecure and you should use SSH if you can and definitely if you plan to open things up to the public internet.
Re: Parameters for telnet session?
Posted: Thu Jun 19, 2014 9:14 am
by JustCurious
I don't know the difference between telnet and ssh. Which ssh clients are there for Windows?
Re: Parameters for telnet session?
Posted: Thu Jun 19, 2014 9:21 am
by drgeoff
JustCurious wrote:I don't know the difference between telnet and ssh. Which ssh clients are there for Windows?
I already told you. And DougieLawson did too.
Re: Parameters for telnet session?
Posted: Thu Jun 19, 2014 9:24 am
by JustCurious
Found it!

(sorry for the misunderstanding...

)
(Btw, it is plain 'pi' and 'raspberry' it turns out

)
Re: Parameters for telnet session?
Posted: Thu Jun 19, 2014 10:18 am
by RaTTuS
JustCurious wrote:Found it!

(sorry for the misunderstanding...

)
(Btw, it is plain 'pi' and 'raspberry' it turns out

)
and you really should change the password
and use another user -
but that is IMO of-cause
Re: Parameters for telnet session?
Posted: Thu Jun 19, 2014 10:22 am
by drgeoff
JustCurious wrote:
(Btw, it is plain 'pi' and 'raspberry' it turns out

)
I had told you that too!