|
|

楼主 |
发表于 2006-4-19 12:34:50
|
显示全部楼层
Post by d00m3d
Busybox 好像没有配置文件,引自 Busybox 的 documentation
- telnetd
- telnetd [OPTION]
- Telnetd listens for incoming TELNET connections on PORT. Options:
- -p PORT listen for connections on PORT (default 23)
- -l LOGIN exec LOGIN on connect (default /bin/sh)
- -f issue_file Display issue_file instead of /etc/issue
复制代码
Busybox 的命令基本上可以直接执行的,(无需 ./busybox xxxx),用 telnetd 加入 选项试试
关於 sshd,你按 BLFS 手册上的方法做不行吗? 我没有安装这些连接,所以用上面的方法,刚才重新安装了连接,运行
/usr/sbin/telnetd l
但我自己telnet不上去,ssh是安照blfs做的,不过我用的是youbest写的小系统,安装了zlib,openssl,在配置openssh的时候他说找不到openssl的版本信息,configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) *** |
|