由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 同时运行sshd和rshd
相关主题
why my "biff" doesn't work?FreeBSD: Can't kill child process!
How disable rlogin/slogin?a question about inetd server programming
a difficult question说说license 好吗?
再问一个关于Telnet的问题帮帮忙,how to disable finger in UNIX??
请问solaris 9里面,如何查看sftp-server的log?what does command 'kill -HUP' means
如何命令查询某个端口运行的PID?why?
how to kill a login?how to config my networks.
求助:ps的参数[转载] how to see which port in use?
相关话题的讨论汇总
话题: rshd话题: inetd话题: grep话题: netstat话题: sshd
进入Unix版参与讨论
1 (共1页)
r********s
发帖数: 179
1
可以马?
uncomment inetd.conf里有rshd的那一行, 然后
% kill -HUP
% ps -ef | grep rshd
看不见rshd在运行.
请指教.
thanks.
o***z
发帖数: 133
2
why do you need rshd?
if it is running, you should see something by
netstat -a | grep shell

【在 r********s 的大作中提到】
: 可以马?
: uncomment inetd.conf里有rshd的那一行, 然后
: % kill -HUP
: % ps -ef | grep rshd
: 看不见rshd在运行.
: 请指教.
: thanks.

r********s
发帖数: 179
3
I prefer to skip entering password when I need to switch between
different machines. But other people think secured shell is safer.
What a simple person I am.

【在 o***z 的大作中提到】
: why do you need rshd?
: if it is running, you should see something by
: netstat -a | grep shell

r********s
发帖数: 179
4
% netstat -a | grep shell
netstat: Command not found.

【在 o***z 的大作中提到】
: why do you need rshd?
: if it is running, you should see something by
: netstat -a | grep shell

o***z
发帖数: 133
5
if you only need to authenticate to sshd, you can choose public key
method for ssh and don't need to enter any password

【在 r********s 的大作中提到】
: I prefer to skip entering password when I need to switch between
: different machines. But other people think secured shell is safer.
: What a simple person I am.

o***z
发帖数: 133
6
are you crazy?

【在 r********s 的大作中提到】
: % netstat -a | grep shell
: netstat: Command not found.

r********s
发帖数: 179
7
must be a Linux cmd. I am a UNIX fan.

【在 o***z 的大作中提到】
: are you crazy?
o***z
发帖数: 133
8
System V Release 4?
现在社会上已经不多见了

【在 r********s 的大作中提到】
: must be a Linux cmd. I am a UNIX fan.
T********r
发帖数: 6210
9
only when you connect to the rsh service, inetd forks a rshd
process for you. it is just like ftpd starting from inetd. did
you see any ftpd running when nobody connect to your ftp
service?

【在 r********s 的大作中提到】
: 可以马?
: uncomment inetd.conf里有rshd的那一行, 然后
: % kill -HUP
: % ps -ef | grep rshd
: 看不见rshd在运行.
: 请指教.
: thanks.

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] how to see which port in use?请问solaris 9里面,如何查看sftp-server的log?
how to find which daemon is using port 80?如何命令查询某个端口运行的PID?
如何看某个端口是否被占用?(use UNIX command or ..)how to kill a login?
[转载] help, 这个syslog该怎么设?求助:ps的参数
why my "biff" doesn't work?FreeBSD: Can't kill child process!
How disable rlogin/slogin?a question about inetd server programming
a difficult question说说license 好吗?
再问一个关于Telnet的问题帮帮忙,how to disable finger in UNIX??
相关话题的讨论汇总
话题: rshd话题: inetd话题: grep话题: netstat话题: sshd