SSH Problem auth problem


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users SSH Problem auth problem
# 1  
Old 03-14-2004
Network SSH Problem auth problem

Hi,

Just recently we seem to be getting the following error message relating to SSH when we run the UNIX script in background mode:

warning: You have no controlling tty. Cannot read confirmation.^M
warning: Authentication failed.^M
Disconnected; key exchange or algorithm negotiation failed (Key exchange failed.).^M
FATAL: ssh2 client failed to authenticate. (or you have too old ssh2 installed, check with ssh2 -V)^M

When the script is run in foreground, it all seems to run fine. Does anyone know why this is happening and what the fix is to this.

I have the latest version of SSH installed i.e. 3.2

Your assistance would be appreciated.

thanks
Bud.
# 2  
Old 03-17-2004
Quote:
Just recently we seem to be getting the following error message...
What changed? Did it work before in the background? Did you just upgrade to 3.2?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem with ssh -n IP

I am able to login to server x from y in shell script. But after that command is get executed on server y. I need the command to be executed on server x. Ex. ssh -n 0.0.0.X ls -ltr Above script I am executing from 0.0.0.Y I got result but it executed on server Y server. But when I use ssh... (4 Replies)
Discussion started by: babapatil14
4 Replies

2. Shell Programming and Scripting

Problem in ssh

Hello All, Iam using the following command to get the details from a remote server. ssh server2 su - mqm -c "sh /var/mqm/test1.sh" The control will not come out once I run this command. I have set up the required public/private key between server1 and server2 and it works... (3 Replies)
Discussion started by: balaji83it
3 Replies

3. UNIX for Dummies Questions & Answers

ssh login and auth errors

Hi folks, I'm having some rather odd trouble with ssh. It all started when I tried to create rsa public/private keys to login to a remote ssh account. The account is on a university server and the address redirects to several different machines so (following their wiki instructions...sigh) I... (9 Replies)
Discussion started by: daytripper
9 Replies

4. UNIX for Dummies Questions & Answers

ssh pub key auth - can some please guide me idiot proof

hello. can somebody please idiot proff simple guide me how to set up ssh public key authenciation? i am stuck, i tried long and googled a lot but i cant get it. thanks in advance. (4 Replies)
Discussion started by: scarfake
4 Replies

5. AIX

SSH + LDAP Auth Giving Fits

I'm having a bear of a time getting my LDAP connection going, so I hope someone here has some insight. I have AIX 5.3 running on an LPAR. I have ldap-client, ldap-max-crypto-client, gskak, and gskte installed. I'm able to set up the connection via mksecldap, and I can query users just fine... (1 Reply)
Discussion started by: AlexDeGruven
1 Replies

6. Shell Programming and Scripting

ssh script problem problem

Hi Please help me with the following problem with my script. The following block of code is not repeating in the while loop and exiting after searching for first message. input_file ========== host001-01 host001-02 2008-07-23 13:02:04,651 ConnectionFactory - Setting session state... (2 Replies)
Discussion started by: pcjandyala
2 Replies

7. Shell Programming and Scripting

Problem with SSH

Hi, I have written a script file that first makes a ssh connection with the remote system and then does some job. My script file is as follows #! /bin/sh ssh 172.16.1.2 <<EOF sa=`/usr/sbin/alternatives --config java </root/Desktop/1.txt 2>&1 | grep jdk1.6.0_05` echo $sa sa2=`echo $sa | sed -e... (1 Reply)
Discussion started by: Raghavan
1 Replies

8. HP-UX

courier-imap auth problem

Hi, My box is freeBSD6 and I've installed courier-imap and I want to authenticate the clients against /etc/passwd file. Inside the configuration file: /usr/local/etc/courier-imap/pop3d I've not these lines : Why? AUTHMODULES="authdaemon" AUTHMODULES_ORIG="authdaemon" Nevertheless I tried... (5 Replies)
Discussion started by: efrenba
5 Replies

9. UNIX for Advanced & Expert Users

SSH v2 problem

Hi, What the problem is that we have a client that has now decided to use SSH protocol 2 only for their internal security audit. This is not a problem except now our SCO system will not connect. I can connect with putty from a windows box fine until the SCO system tries to access which then... (0 Replies)
Discussion started by: Bilb
0 Replies

10. IP Networking

netscape console auth problem

:( hi all , i have installed netscape console on my local pc to connect to webmail server using LDAP . when i try to login from my console i get an error "Http Exception: Response: Http/1.1 500 Server Error Status 500" i was told that i need to add my IP to the local.conf file. ... (1 Reply)
Discussion started by: ppass
1 Replies
Login or Register to Ask a Question