Direct login without password


 
Thread Tools Search this Thread
Operating Systems Solaris Direct login without password
# 1  
Old 03-14-2011
Direct login without password

Hi,

I am trying to setup direct login from server test1 (Solaris 10) to server test2 (Solaris 9) using id taops (ldap id).

Process Followed on Test 2.
created .rhosts file in home directory of user taops
geneted public key on test1 and appended to authorized keys on test2.

Now trying to login but still asking for password.

Where am I missing.
# 2  
Old 03-14-2011
Check your permission on $HOME/.ssh ....... they should be 700 or -rwx------


HTH
# 3  
Old 03-14-2011
It is unclear from your question whether you want to login using rsh or ssh. Which is it?
# 4  
Old 03-15-2011
Quote:
Originally Posted by bluescreen
Check your permission on $HOME/.ssh ....... they should be 700 or -rwx------
HTH
Yup changed as you have mentioned,

@fpmurphy : I'm using SSH.

Still I am not able to resolve Smilie
# 5  
Old 03-15-2011
Hi ,

check the login permission in secondary server.......
# 6  
Old 03-15-2011
Quote:
Originally Posted by Rajesh_Apple
Hi ,
check the login permission in secondary server.......
I have assigned same permissions on both end i.e. 600
# 7  
Old 04-15-2011
susheel

if u have permissions ok try to create /.rhosts file in root dir and check ur telnet services
if u r using sparc try this command telnet -l -froot ip both ends must be a sparc
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Cybersecurity

Ssh password less login with different ID

Hi, I have setup password less ssh connection between Server A and Server B and I am able to connect with User2. But my requirement is, User 1 run a script in Server A to ssh into Server B as User 2 but it is asking password every time I execute. Server A: Login as User 1 and execute sh... (8 Replies)
Discussion started by: sakthi.99it
8 Replies

2. Shell Programming and Scripting

Manipulating sed Direct Input to Direct Output

Hi guys, been scratching round the forums and my mountain of resources. Maybe I havn't read deep enough My question is not how sed edits a stream and outputs it to a file, rather something like this below: I have a .txt with some text in it :rolleyes: abc:123:xyz 123:abc:987... (7 Replies)
Discussion started by: the0nion
7 Replies

3. Solaris

Disable users to direct login

Hi all, how can I disable direct login to a Solaris system not only for root user but also for other accounts? Looking in google I came to the following: For telnet (/etc/default/login): disable root access> CONSOLE=/dev/console disable generic user> ? For ssh... (5 Replies)
Discussion started by: Evan
5 Replies

4. AIX

AIX Disable direct root login problems

I have disabled rlogin for root successfully , but after that i could not login to root from console and could not su to root from other users as it responded as expired account I did not have any admin user but I have managed to recover the situation by accessing rootvg before mounting it, but... (5 Replies)
Discussion started by: majd_ece
5 Replies

5. Linux

ssh - disable direct root login

Hi Guys.... I am a newbie to unix. I have a requirement. I have a server. I have to configure ssh to disable direct root login and then add a user with sudo access to this server.Then change the ssh port to 22315 and the server should permit the ssh only from my local machine ip.I also have to... (1 Reply)
Discussion started by: mahesh_raghu
1 Replies

6. Solaris

SSH Password-less login fails on password expiry.

Hi Gurus I have a few Sol 5.9 servers and i have enabled password less authentication between them for my user ID. Often i have found that when my password has expired,the login fails. Resetting my password reenables the keys. Do i need to do something to avoid this scenario or is this... (2 Replies)
Discussion started by: Renjesh
2 Replies

7. UNIX for Dummies Questions & Answers

login without password

is it possible to login into root user or any user in fact and the system wouldnt prompt u for a password ..ala windows style of login (6 Replies)
Discussion started by: tarunicon
6 Replies

8. UNIX for Dummies Questions & Answers

login password....

i forgot my login password,in solaris 9 how to get it. (1 Reply)
Discussion started by: venkatramana
1 Replies
Login or Register to Ask a Question