Sponsored Content
Operating Systems HP-UX Error while doing key based authentication Post 302572362 by sandipmandal on Wednesday 9th of November 2011 06:58:57 PM
Old 11-09-2011
Error while doing key based authentication

We are trying to do a key exchange from Sun solaris server to HP UNIX server. Errro we are getting is as below:-
Code:
 
sshd2[6583]: connection from "10.13.240.6"
sshd2[2579]: auths-pam: PAM subprocess returned packet SSH_PAM_OP_ERROR. (err_num: 32, err_msg: General Commercial Security error)
sshd2[2579]: User acremap's local password accepted.
sshd2[2579]: Password authentication for user acremap accepted.
sshd2[2579]: User acremap, coming from 10.13.240.6, authenticated.
sshd2[2940]: PAM transaction resulted in error.
sshd2[2965]: Now running on acremap's privileges.
sshd2[2965]: Received SSH_FXP_INIT
sshd2[2965]: Received SSH_FXP_REALPATH
sshd2[2965]: Resolving path to `.'
sshd2[2579]: Local disconnected: Connection closed.
sshd2[2579]: connection lost: 'Connection closed.'

Moderator's Comments:
Mod Comment Video tutorial on how to use code tags in The UNIX and Linux Forums.

Last edited by vbe; 11-10-2011 at 05:37 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SSH key authentication

Hi all, I have got a Solaris machine and I have several user account setup up with the .ssh and authorized_keys file in their home directories. I have check all the permission and ownership and they are all indentical and belongs to the user ID and group respectively. However one of the... (3 Replies)
Discussion started by: stancwong
3 Replies

2. Shell Programming and Scripting

Disable SSH key authentication

Hello Guys, I need your help. I am trying to create a script to change password for multipls servers but having problem when it comes to ssh key authentication. Does anyone have a sample script that will disable ssh key authentication for multiple servers?;) (3 Replies)
Discussion started by: youdexter
3 Replies

3. UNIX for Advanced & Expert Users

Sftp Key Authentication Issue

Hello, We have an issue attempting to login from a Unix Solaris to an NT server using key authentication. I will attempt to provide you with as much of the relevant information regarding the way the system is set up, although I'm workingin solely on the Unix side, so don't have full access to... (3 Replies)
Discussion started by: SteveBurch
3 Replies

4. Shell Programming and Scripting

ssh key based authentication - force

Hi Team, we have problem with sftp. Though SA team has setup the keys between 2 server, sftp still prompts for the password. After many attempt to rectify the problem, SA has asked us force the SSH key based authentication by using following command. sftp2 --indetity="folder/private_key"... (6 Replies)
Discussion started by: ace_friends22
6 Replies

5. Red Hat

SSH Public key Authentication Issue

Hi All; I have an issue with password less authentication via ssh ( v2) I have two servers Server A and Server B, following are the server details Server A OS - HP UX B.11.11 U 9000/800 SSH - OpenSSH_4.3p2-hpn, OpenSSL 0.9.7i 14 Oct 2005 HP-UX Secure Shell-A.04.30.000, HP-UX... (3 Replies)
Discussion started by: maverick_here
3 Replies

6. Solaris

Solaris 8 ssh public key authentication issue - Server refused our key

Hi, I've used the following way to set ssh public key authentication and it is working fine on Solaris 10, RedHat Linux and SuSE Linux servers without any problem. But I got error 'Server refused our key' on Solaris 8 system. Solaris 8 uses SSH2 too. Why? Please help. Thanks. ... (1 Reply)
Discussion started by: aixlover
1 Replies

7. UNIX for Advanced & Expert Users

Is SSH Key Authentication Disabled?

I setup passwordless authentication on a Ubuntu vm by ssh'ing into the localhost. I'm trying to do the same thing on another machine but it's not working. I believe I have the permissions setup properly and keygen'd. Is there a way to disable passwordless authentication? I have permission to... (4 Replies)
Discussion started by: MaindotC
4 Replies

8. Red Hat

ssh private key passwordless authentication

Hello, Need a suggestion to setup private key passwordless authentication. I am not sure this can done or not :wall: here is the sincerio I have two servers, sever1 with a user "user1" and servera with usera here dataflow: usera from servera, will pull/push files to server1 on user1... (2 Replies)
Discussion started by: bobby320
2 Replies

9. UNIX for Advanced & Expert Users

[Solved] SSH key authentication problem

Hi All, this is the very first time i am going to use SSH authentication. first i login to server@ and under this ..ssh directory of servera i used this following command: ssh-keygen -t rsa -b 1024 and i had 2 files(bravo_dbtest and bravo_dbtest.pub) created respectively, further i copied the... (13 Replies)
Discussion started by: lovelysethii
13 Replies

10. UNIX for Advanced & Expert Users

SSH key authentication problem with 2 servers

hi All, this issue is regarding ssh key authentication, although i have performed this activity on two separate servers, now i have to configure the same again on 2 more servers. i did everything what i did earlier but this time i am getting some error, and i am unable to understand what exactly... (2 Replies)
Discussion started by: lovelysethii
2 Replies
Connection Management(3)					 globus rls client					  Connection Management(3)

NAME
Connection Management - Defines #define GLOBUS_RLS_URL_SCHEME 'rls' #define GLOBUS_RLS_URL_SCHEME_NOAUTH 'rlsn' #define GLOBUS_RLS_SERVER_DEFPORT 39281 #define MAXERRMSG 1024 Functions void globus_rls_client_certificate (char *certfile, char *keyfile) void globus_rls_client_proxy_certificate (char *proxy) globus_result_t globus_rls_client_connect (char *url, globus_rls_handle_t **h) globus_result_t globus_rls_client_close (globus_rls_handle_t *h) int globus_rls_client_get_timeout () void globus_rls_client_set_timeout (int seconds) Detailed Description Functions to open and close connections to an RLS server. Define Documentation #define GLOBUS_RLS_URL_SCHEME 'rls' URL scheme to use when connecting to RLS server. #define GLOBUS_RLS_URL_SCHEME_NOAUTH 'rlsn' URL scheme when connecting to RLS server without authentication. #define GLOBUS_RLS_SERVER_DEFPORT 39281 Default port number that RLS server listens on. #define MAXERRMSG 1024 Maximum length of error messages returned by server. Function Documentation void globus_rls_client_certificate (char *certfile, char *keyfile) Set certificate used in authentication. Sets environment variables X509_USER_CERT, X509_USER_KEY, and clears X509_USER_PROXY. Parameters: certfile Name of X509 certificate file. keyfile Name of X509 key file. void globus_rls_client_proxy_certificate (char *proxy) Set X509_USER_PROXY environment variable to specified file. Parameters: proxy Name of X509 proxy certificate file. If NULL clears X509_USER_PROXY. globus_result_t globus_rls_client_connect (char *url, globus_rls_handle_t **h) Open connection to RLS server. Parameters: url URL of server to connect to. URL scheme should be RLS or RLSN, eg RLS://my.host. If the URL scheme is RLSN then no authentication is performed (the RLS server must be started with authentication disabled as well, this option is primarily intended for testing). h If the connection is successful *h will be set to the connection handle. This handle is required by all other functions in the API. Return values: GLOBUS_SUCCESS Handle h now connected to RLS server identified by url. globus_result_t globus_rls_client_close (globus_rls_handle_t *h) Close connection to RLS server. Parameters: h Connection handle to be closed, previously allocated by globus_rls_client_connect(). Return values: GLOBUS_SUCCESS Connection closed, h is no longer valid. int globus_rls_client_get_timeout () Get timeout for IO calls to RLS server. If 0 IO calls do not timeout. The default is 30 seconds. Return values: timeout Seconds to wait before timing out an IO operation. void globus_rls_client_set_timeout (intseconds) Set timeout for IO calls to RLS server. Parameters: seconds Seconds to wait before timing out an IO operation. If 0 IO calls do not timeout. The default is 30 seconds. Author Generated automatically by Doxygen for globus rls client from the source code. Version 5.2 Wed Jan 25 2012 Connection Management(3)
All times are GMT -4. The time now is 04:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy