[转载] SSH without password# Security - 系统安全
e*o
1 楼
【 以下文字转载自 Linux 讨论区 】
【 原文由 erguo 所发表 】
I have been confused by this problem for a long time.
I need to use ssh to excute a script at the remote server
from local machine:
$ ssh -f remote command
I setup the sshd to use host-based authentication. And it
worked fine except everytime it prompted for password,
which it didn't need (I hit the return and then the ssh
excute the command).
So I took out the password authentication from the sshd
configuration file. Then nobody can directly ssh to the
re
【 原文由 erguo 所发表 】
I have been confused by this problem for a long time.
I need to use ssh to excute a script at the remote server
from local machine:
$ ssh -f remote command
I setup the sshd to use host-based authentication. And it
worked fine except everytime it prompted for password,
which it didn't need (I hit the return and then the ssh
excute the command).
So I took out the password authentication from the sshd
configuration file. Then nobody can directly ssh to the
re