Sponsored Content
Top Forums Shell Programming and Scripting Password-less RSA Authentication not working Post 302477875 by mehimadri on Monday 6th of December 2010 03:50:19 PM
Old 12-06-2010
Friends,
Any idea on the above issue. Please do let me know if I should provide any more required information.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How do I enable RSA authentication (i've already read the FreeBSD handbook on this...

I followed the directions under 10.10.6, but nothing seems to have happened. When I try logging in, nothing has changed. I still login using my username/password combination. I've already created the keyparis, but why isn't this working? What I'm looking to do is to put the pub keypair... (2 Replies)
Discussion started by: xyyz
2 Replies

2. UNIX for Advanced & Expert Users

ssh RSA authentication failure

I am using an ssh pub key on two remote servers to allow ssh session without authentication. Both servers have the same id_rsa.pub copied from the host into the remote servers ~user/.ssh/authorized_keys. There is no passphrase for this key either. The problem is that I am able to ssh into one... (2 Replies)
Discussion started by: prkfriryce
2 Replies

3. UNIX for Dummies Questions & Answers

SSH with RSA keys - error contacting the authentication agent

Hi all, Basic Requirement: To SFTP large files (usually 10GB). We use webMethods 6.1.2 (installed on Unix) as the orchstrator and make underlying Unix system calls to do the processing. That is, if we have to SFTP a large file - webMethods will invoke a Perl script on the underlying Unix... (2 Replies)
Discussion started by: sandeeppotdar
2 Replies

4. Shell Programming and Scripting

SFTP in Shell Script with RSA-KEY or password.

I am trying to SFTP to a couple sites. One has an RSA-KEY that was sent to me. Currently I am running that manually using WinSCP. I would like to set it up as a CRON process on our Linux host (Sun). Can I use the rsa-key they sent me in any directory or does it need to be placed in a specific... (2 Replies)
Discussion started by: alemat
2 Replies

5. Shell Programming and Scripting

RSA keys are not working

Hi, We have two open SSh systems(Let us assume that A and B).These systems are having the non expiring passwords. We established a passwordless connection between two systems bu using the rsa key iles. I have created the key generated files by using the command ssh-keygen -t rsa in system A and... (1 Reply)
Discussion started by: srrao.ch
1 Replies

6. UNIX for Advanced & Expert Users

RSA keys are not working

Hi, We have two open SSh systems(Let us assume that A and B).These systems are having the non expiring passwords. We established a passwordless connection between two systems bu using the rsa key iles. I have created the key generated files by using the command ssh-keygen -t rsa in system A and... (1 Reply)
Discussion started by: srrao.ch
1 Replies

7. UNIX for Dummies Questions & Answers

Without password via RSA algorithm problem

hi All, i need to connect(sftp) from serverA to serverB via rsa algorithm. But i can not success this. i did like that: On ServerA: #ssh-keygen -t rsa after running this command, "id_rsa" and "id_rsa.pub" files were generated. i checked.there is private key in id_rsa file and... (8 Replies)
Discussion started by: temhem
8 Replies

8. UNIX for Advanced & Expert Users

Need Password-Less ssh with RSA-VPN

We have RSA SecureID softtoken key generator on my Windows machine. It generates new keys every 1 minute. Any HPUX server (be it ServerD or ServerP) requires my ID and the randomly generated RSA SecureID softtoken key from my Windows to login. I login to ServerD. Then I run a script... (0 Replies)
Discussion started by: mohtashims
0 Replies

9. UNIX for Dummies Questions & Answers

[SSH-RSA] Still prompting for password after generating keys

Hello, I'm trying to perform these operations without entering any password, as user "fzd":fzd@machine1> scp /tmp/srcFile1 fzd@machine2:/tmp/$destFile fzd@machine1> scp fzd@machine2:/tmp/$srcFile /tmp/$destFilebut alsofzd@machine1> scp /tmp/srcFile1 machine2:/tmp/$destFile fzd@machine1> scp... (6 Replies)
Discussion started by: fzd
6 Replies

10. UNIX for Beginners Questions & Answers

Password Less Authentication not Working After Giving Full Permission

Hello Team, Please help me to solve my Problem, By mistake, I give full permission to /(root) directory. by using the following command "chmod -R 777 /" after this, the client asks for the password to login via ssh. Before that, I an able to Login without a password. Please help me to retrieve... (5 Replies)
Discussion started by: Shubham1182
5 Replies
ost::NetworkDeviceInfo(3)				     Library Functions Manual					 ost::NetworkDeviceInfo(3)

NAME
ost::NetworkDeviceInfo - Network device information class. SYNOPSIS
#include <network.h> Public Member Functions NetworkDeviceInfo (const NetworkDeviceInfo &ndi) ~NetworkDeviceInfo () const String & name () const Returns the Name of the network device. const InetHostAddress & address () const Returns the Address of the network device. const BroadcastAddress & broadcast () const Returns the Broadcast address of the network device. const InetMaskAddress & netmask () const Returns the Netmask of the network device. const int mtu () const Returns the MTU. Protected Member Functions NetworkDeviceInfo (const String &name, const InetHostAddress &addr, const BroadcastAddress &broadcast, const InetMaskAddress &netmask, int mtu) Friends __EXPORT bool enumNetworkDevices (std::vector< NetworkDeviceInfo > &devs) Enumerate all available network devices. Detailed Description Network device information class. This class is used to hold various informations about a TCP/IP network device. Which can be obtained by a call to enumNetworkDevices() Author: Christian Prochnow cproch@seculogix.de Constructor &; Destructor Documentation ost::NetworkDeviceInfo::NetworkDeviceInfo (const String &name, const InetHostAddress &addr, const BroadcastAddress &broadcast, const InetMaskAddress &netmask, intmtu) [protected] ost::NetworkDeviceInfo::NetworkDeviceInfo (const NetworkDeviceInfo &ndi) ost::NetworkDeviceInfo::~NetworkDeviceInfo () Member Function Documentation const InetHostAddress& ost::NetworkDeviceInfo::address () const [inline] Returns the Address of the network device. const BroadcastAddress& ost::NetworkDeviceInfo::broadcast () const [inline] Returns the Broadcast address of the network device. const int ost::NetworkDeviceInfo::mtu () const [inline] Returns the MTU. const String& ost::NetworkDeviceInfo::name () const [inline] Returns the Name of the network device. const InetMaskAddress& ost::NetworkDeviceInfo::netmask () const [inline] Returns the Netmask of the network device. Friends And Related Function Documentation __EXPORT bool enumNetworkDevices (std::vector< NetworkDeviceInfo > &devs) [friend] Enumerate all available network devices. Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::NetworkDeviceInfo(3)
All times are GMT -4. The time now is 09:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy