RTEMS
5.1
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
+
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
cpukit
include
rtems
passwd.h
1
/* Define a default password for telnetd here.
2
* NOTES:
3
* - this can be overridden at run-time by setting
4
* the "TELNETD_PASSWD" environment variable.
5
* As soon as that variable is set, the new password
6
* is effective - no need to restart telnetd.
7
* - this must be set to an _encrypted_ password, NOT
8
* the cleartext. Use the 'genpw' utility to generate
9
* a password string:
10
*
11
* 1) Compile 'genpw.c' for the HOST, i.e.
12
* cc -o genpw genpw.c -lcrypt
13
* 1) delete an old password definition from this file.
14
* 2) run './genpw >> passwd.h'. This will append
15
* a new definition to this file.
16
*
17
* - if no password is defined here, no authentication
18
* is needed, i.e. telnet is open to the world.
19
*
20
* T. Straumann <strauman@slac.stanford.edu>
21
*/
22
23
/* #undef TELNETD_DEFAULT_PASSWD */
24
/* Default password: 'rtems' */
25
#define TELNETD_DEFAULT_PASSWD "tduDcyLX12owo"
Generated by
1.8.15