SSH have problem on AIX


 
Thread Tools Search this Thread
Operating Systems AIX SSH have problem on AIX
# 1  
Old 12-21-2009
SSH have problem on AIX

When i logged in system by ssh but if failed.It have a warning "connection refused".Can you help me,please,thanks
# 2  
Old 12-21-2009
Make sure the sshd is up and running on the port you are trying to connect to which is usually port 22. Maybe ask the responsible admin of that server.
# 3  
Old 12-21-2009
Make sure you got the very latest version of SSH and SSL. Recently (IIRC first week of december 09) there was a bug in the official IBM SSH package that prevented login via SSH to other servers regardless of which SSH version the login servers use. In my very case it was when connecting from a NIM only but you never know. That bug was fixed since so the current package should be O.K. However, unfortunately they gave the same version number (!) to the corrected package so looking at the number only does not guarantee you are safe.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Ssh problem on AIX 5.3

Hello, I have a weird ssh problem from host A to host B. Both hosts A and B running AIX 5.3. if host-A has no ~/.ssh/id_rsa.pub & ~/.ssh/id_rsa then it works fine. If I connect from host-A to host-B (as root user) ssh host-B it asks for root password and allows me to get remote root prompt upon... (0 Replies)
Discussion started by: reddyr
0 Replies

2. AIX

Passwordless SSH problem with AIX machines

Hello, I am trying to setup passwordless nophrase ssh between two machines for the user id: oraprod here is what I did for a non-root user: oraprod whoami: oraprod Machine A: ssh-keygen -t dsa cat ~/.ssh/id_rsa.pub # GO TO MACHINE B create (16 Replies)
Discussion started by: filosophizer
16 Replies

3. AIX

SSH and kerberos authentication problem AIX 5.3

I've configured an AIX 5.3 client to use our Windows AD for user authentication via Kerberos. When I try to ssh to the server using the AD credentials, I eventually get access but not after getting prompted for a password 3 times (which doesn't work) followed by an accepted login on the 4th... (3 Replies)
Discussion started by: jmroderick
3 Replies

4. AIX

SSH X on AIX

Hello everybody, I'm a new member on this forum. I have a problem on AIX 6. I can't have an X session from my PC to AIX server on any X progrm (putty,bitwise...). I've enabled X Forwarding with localhost:0 in putty, I've modified /etc/ssh_config and /etc/sshd_config files. AllowAgentForwarding... (2 Replies)
Discussion started by: pacorasta
2 Replies

5. AIX

How to configure SSH in AIX?

Hi I want to configure SSH in AIX, what are the command and step... Please let me know....... (1 Reply)
Discussion started by: dearsumon
1 Replies

6. AIX

SSH on AIX?

It's not there. Is that normal? # man ssh Manual entry for ssh not found or not installed. # ssh ksh: ssh: not found. I need to do a sFTP to another host and I need to do it from my AIX system. Any solutions? (2 Replies)
Discussion started by: bbbngowc
2 Replies

7. AIX

AIX 5.3 SSH installation problem

Cant install ssh on AIX 5.3 is there any easy way to solve the problem?? (2 Replies)
Discussion started by: wwwzviadi
2 Replies

8. AIX

SSH on AIX

Dear All please help, when i am connected via telnet to an AIX system and i am trying to connect to another one via SSH then the message that appear "command is not available" and even when i am logging in with root previlage, does AIX not support the use of SSH or what is the problem?? ... (4 Replies)
Discussion started by: TheEngineer
4 Replies

9. AIX

Problem in SSH Install in AIX 4.3 Server.

Hi Friends I am trying to install ssh in one of my AIX4.3 server. I downloaded openssh and openssl from IBM site. While installing them openssh failed. The lpcheck command display looks like this: # lppchk -v lppchk: The following filesets need to be installed or corrected to bring ... (5 Replies)
Discussion started by: efunds
5 Replies

10. UNIX for Advanced & Expert Users

Ssh - Aix

Hi, Can u tell me how to execute a command at remote server using ssh What I need to do is , I have got 5 id files for 5 different remote servers and has to zip files in the remote servers using ssh and zip utility. ssh has been configured on the remote server , and i have got id... (2 Replies)
Discussion started by: shihabvk
2 Replies
Login or Register to Ask a Question