diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-22 12:25:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-22 12:25:47 +0000 |
commit | 539ffc91296dd3f38a94b70821dc61c4c413dfa1 (patch) | |
tree | dd6d10c8d38362531d384f701e86a2d89926c592 /networking/Config.in | |
parent | df2c56529c9784e47b4024369577ef2f3d2b73c3 (diff) | |
download | busybox-w32-539ffc91296dd3f38a94b70821dc61c4c413dfa1.tar.gz busybox-w32-539ffc91296dd3f38a94b70821dc61c4c413dfa1.tar.bz2 busybox-w32-539ffc91296dd3f38a94b70821dc61c4c413dfa1.zip |
Fernando Silveira writes:
Hi,
Well, I made this patch a long time ago (08/2002) because it was a
need of a project, but had no time to send it to you. It adds support
to `autologin' option of the telnet protocol. It has been used since
made with busybox 0.60.3 at production and I had no problems with it.
I have ported it to the HEAD revision of the CVS server (20040211) and
I hope you enjoy and apply it to the official sources. :)
Thanks a lot!
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index f250e78cc..d2916e7cd 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -479,6 +479,16 @@ config CONFIG_FEATURE_TELNET_TTYPE | |||
479 | remote host you are connecting to. This is useful to make sure that | 479 | remote host you are connecting to. This is useful to make sure that |
480 | things like ANSI colors and other control sequences behave. | 480 | things like ANSI colors and other control sequences behave. |
481 | 481 | ||
482 | config CONFIG_FEATURE_TELNET_AUTOLOGIN | ||
483 | bool " Pass USER type to remote host" | ||
484 | default y | ||
485 | depends on CONFIG_TELNET | ||
486 | help | ||
487 | Setting this option will forward the USER environment variable to the | ||
488 | remote host you are connecting to. This is useful when you need to | ||
489 | log into a machine without telling the username (autologin). This | ||
490 | option enables `-a' and `-l USER' arguments. | ||
491 | |||
482 | config CONFIG_TELNETD | 492 | config CONFIG_TELNETD |
483 | bool "telnetd" | 493 | bool "telnetd" |
484 | default n | 494 | default n |