由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Security版 - a question about ssh
相关主题
[转载] HELP!!! Questions on subnet IP config[转载] A question.
在windows版发过了,没有任何回音,只好到这求助了..Help! My VMware was down.
问个IBM x60, embedded security chip password的问题 (转载)求助:突然无法连上网络
[转载] Help ( About access.conf )Password does not decrypt secret key
CERT Security links紧急求救: 这是什么病毒?
ssh set problem in IRIXHelp: invalid configuration
安装ssh问题求助!所有的方法都试过了也去不掉两个程序~
IP address为何每次开机都要手动启动 Wireless Zero Configuration?
相关话题的讨论汇总
话题: ssh话题: passphrase话题: both话题: password话题: scp
进入Security版参与讨论
1 (共1页)
a******t
发帖数: 100
1
Two hosts: A & B
Both are running ssh1, and configurations on both machines are the same.
From A, ssh B does not ask me Passphrase
From B, ssh A asks me Passphrase. It is not convenient.
How can I configurate so that I do not have to type password everytime
I use ssh or scp ?
t*****y
发帖数: 10
2

To set up ssh/scp connection without password, you usually need to
1. on the server side (say A), edit file ~/.rhosts or ~/.shosts by adding line
B.univ.edu login_name_on_B
make sure .rhosts/.shosts has mode 644 or 600
2. from server(A) ssh to the client B once, using the full name of B:
ssh -l login_name_on_B B.univ.edu
This藈ill let B know the public key of A.
3. now you should be able to login to A from B without password.
Using -v to find out what's wrong if needed.
Note here I assume your

【在 a******t 的大作中提到】
: Two hosts: A & B
: Both are running ssh1, and configurations on both machines are the same.
: From A, ssh B does not ask me Passphrase
: From B, ssh A asks me Passphrase. It is not convenient.
: How can I configurate so that I do not have to type password everytime
: I use ssh or scp ?

1 (共1页)
进入Security版参与讨论
相关主题
为何每次开机都要手动启动 Wireless Zero Configuration?CERT Security links
virus attack?ssh set problem in IRIX
Help with Windows XP: Can't login!!安装ssh问题
请教:access denied (转载)IP address
[转载] HELP!!! Questions on subnet IP config[转载] A question.
在windows版发过了,没有任何回音,只好到这求助了..Help! My VMware was down.
问个IBM x60, embedded security chip password的问题 (转载)求助:突然无法连上网络
[转载] Help ( About access.conf )Password does not decrypt secret key
相关话题的讨论汇总
话题: ssh话题: passphrase话题: both话题: password话题: scp