Remember
Register
Home
/
Support
/
Support Forum
/
login and password in telnet
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
RF Solutions and XBee
(8,414)
Digi TransPort
(786)
Digi Connect Cellular
(444)
DAL
(4)
Embedded Devices
(4,160)
Android
(45)
NET+OS
(2,444)
Linux
(953)
Windows CE
(86)
Plug N' Play
(465)
Google Coral
(2)
Rabbit
(3,194)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
login and password in telnet
0
votes
Hello,
Telnet does not require a login and password unlike ftp, is there a way to request a login and password when opening a telnet session?
hardware
asked
Nov 14, 2012
in
Linux
by
ChristopheSV
New to the Community
(
14
points)
recategorized
Dec 4, 2013
by
tuxembb
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
3 Answers
0
votes
Hi,
If you set login password to your device, then telnet to the device, automatically it will ask for login password.
answered
Nov 14, 2012
by
16ksa23
Veteran of the Digi Community
(
426
points)
Please
log in
or
register
to add a comment.
0
votes
Thank you for the info I'll try, but is there a way to paramettrer when creating the disk image with DIGI EL.
[Edit]
I changed the root password with the passwd command. But telnet still connect without asking for password!!!
Ftp the new password is taken into account
answered
Nov 14, 2012
by
ChristopheSV
New to the Community
(
14
points)
Please
log in
or
register
to add a comment.
0
votes
I found during the creation of telnet in inittab. I change:
:: sysinit :/bin/sh-l-c '/ usr/sbin/telnetd-l /bin/sh'
by
:: sysinit :/bin/sh-l-c '/usr/sbin/telnetd-l /bin/login'
answered
Nov 15, 2012
by
ChristopheSV
New to the Community
(
14
points)
Please
log in
or
register
to add a comment.
...