Sponsored Content
Top Forums UNIX for Dummies Questions & Answers ssh without password not workking Post 302507476 by gopc on Thursday 24th of March 2011 02:07:26 AM
Old 03-24-2011
Plesae find the screen shot
--------------------------------

machine from connect (gopc)
------------------------------
hyper72:~ 978$ ls -l ls -ld ~/.ssh
hyper72:~ 978$ ls -ld ~/.ssh
drwx------ 2 gopc ppusers 2048 Mar 20 23:48 /x/home/gopc/.ssh
hyper72:~ 979$ ls -l ~/.ssh/auth*
-rw------- 1 gopc ppusers 1988 Mar 18 03:41 /x/home/gopc/.ssh/authorized_keys
-rwxrwxrwx 1 gopc ppusers 607 Jan 2 06:03 /x/home/gopc/.ssh/authorized_keys.bak
hyper72:~ 980$ ls -l ~/.ssh/id*
-rw------- 1 gopc ppusers 668 Mar 17 20:51 /x/home/gopc/.ssh/id_dsa
-rw-r--r-- 1 gopc ppusers 602 Mar 17 20:51 /x/home/gopc/.ssh/id_dsa.pub
-rw------- 1 gopc ppusers 1671 Mar 18 03:40 /x/home/gopc/.ssh/id_rsa
-rwxrwxrwx 1 gopc ppusers 394 Mar 18 03:40 /x/home/gopc/.ssh/id_rsa.pub
hyper72:~ 981$ cd ~/.ssh; pwd -P
/x/home-new/gopc/.ssh
hyper72:~/.ssh 982$ pwd -P
/x/home-new/gopc/.ssh
hyper72:~/.ssh 983$ pwd
/x/home/gopc/.ssh
hyper72:~/.ssh 984$ com ssh



Machine to connect using id (different user id.)
stage2vm7116:~ 1001$ ls -ld ~/.ssh
drwxr--r-- 2 visaac users 2048 Mar 21 11:14 /x/home/visaac/.ssh
stage2vm7116:~ 1002$ ls -l ~/.ssh/auth*
-rwx------ 1 visaac users 996 Mar 17 20:58 /x/home/visaac/.ssh/authorized_keys
-rwxr--r-- 1 visaac users 447 Jan 4 2008 /x/home/visaac/.ssh/authorized_keys2
stage2vm7116:~ 1003$ ls -l ~/.ssh/id*
-rwx------ 1 visaac users 1675 Mar 21 11:11 /x/home/visaac/.ssh/id_rsa
stage2vm7116:~ 1004$ cd ~/.ssh; pwd -P
/x/home-new/visaac/.ssh
stage2vm7116:~/.ssh 1005$
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

no password ssh

Hello all, I would like to know if anyone had ever set up a network in which they used DHCP and OPENSSH with no password. I can configure my ssh files to allow me to enter any machine without a password as long as I have generated the public and private keysa nd store them in my .ssh/aut... ... (3 Replies)
Discussion started by: larryase
3 Replies

2. HP-UX

ssh without password

Hi, I have the necessity to run a korn shell on a remote server (both HP-UX servers) using the ssh command. The sintax that I use is ssh -l <remote user> <IP address of remote host> command(ksh script) Pressing enter I need to set the password of the remote user. Is it possible to... (2 Replies)
Discussion started by: gio123bg
2 Replies

3. 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

4. Shell Programming and Scripting

SSH with password

Please help me I want connect to orther server using ssh. But I need to transfer password also without entering when it is prompts. Please help me. (1 Reply)
Discussion started by: saga499
1 Replies

5. UNIX for Dummies Questions & Answers

SSH with no password

How to setup SSH to not require a password when establishing an SSH connection from server A to server B for particular user? (4 Replies)
Discussion started by: sam101
4 Replies

6. Solaris

Can't SSH log in without password.

I am working on Solaris 10 Sparc. While ssh trust relation building for SUN-CLUSTER on server, I am facing issue. I can log in from server2 to serer1 direactly but when i log in to server1 from server2 it prompts password. root@app1 # ssh app2 Last login: Wed Jul 27 14:08:14 2011... (0 Replies)
Discussion started by: anand87
0 Replies

7. Red Hat

ssh without password

Hi, I am trying to generate ssh without having to type a password. I have done this on numerous occasions using the procedure below and it has worked fine but not on this occasion. user1@sys1:ssh-keygen -t dsa -N "" <press enter for any questions> user1@sys1: ll .ssh/id_dsa.pub... (16 Replies)
Discussion started by: Duffs22
16 Replies

8. Shell Programming and Scripting

Password in ssh

Hello Guys, I have a specific requirement where I need to provide password to ssh and sftp in my script on Solaris. I know password-less connection is the way without password but in my case, I cant use the same due to some limitations. Please let me know if we can tweak it. (7 Replies)
Discussion started by: Deei
7 Replies

9. Red Hat

SSH password less setup asking for password

Hello Experts, when I am trying to connect my target server through sftp after creating ssh password less setup, it is asking for passowrd to connect. to setup this I followed below process: -->generated keys by executing the command "ssh-keygen -t rsa" -->this created my .ssh directory... (9 Replies)
Discussion started by: Devipriya Ch
9 Replies

10. UNIX for Beginners Questions & Answers

Ssh password

Hi there. I am fully aware of the security implications, but is there a way give a user password with the rsh and/or ssh commands? Such as: ssh user@192.168.0.56 -p password Or pass a config file to the command containing a password? I'm looking after a cluster and trying to use PSSH,... (6 Replies)
Discussion started by: MuntyScrunt
6 Replies
LOGIN(1)						      General Commands Manual							  LOGIN(1)

NAME
login - sign on SYNOPSIS
login [ username ] DESCRIPTION
The login command is used when a user initially signs on, or it may be used at any time to change from one user to another. The latter case is the one summarized above and described here. See `How to Get Started' for how to dial up initially. If login is invoked without an argument, it asks for a user name, and, if appropriate, a password. Echoing is turned off (if possible) during the typing of the password, so it will not appear on the written record of the session. After a successful login, accounting files are updated and the user is informed of the existence of .mail and message-of-the-day files. Login initializes the user and group IDs and the working directory, then executes a command interpreter (usually sh(1)) according to speci- fications found in a password file. Argument 0 of the command interpreter is `-sh. Login is recognized by sh(1) and executed directly (without forking). FILES
/etc/utmp accounting /usr/adm/wtmp accounting /usr/mail/* mail /etc/motd message-of-the-day /etc/passwd password file SEE ALSO
init(8), newgrp(1), getty(8), mail(1), passwd(1), passwd(5) DIAGNOSTICS
`Login incorrect,' if the name or the password is bad. `No Shell', `cannot open password file', `no directory': consult a programming counselor. LOGIN(1)
All times are GMT -4. The time now is 07:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy