Unable to login in ssh terminal


 
Thread Tools Search this Thread
Operating Systems AIX Unable to login in ssh terminal
# 1  
Old 04-03-2017
Unable to login in ssh terminal

Hi guys

when ever i tried to connect aix server in my institute through ssh terminal the
pop is coming like network is unreachable .Am using MacBook air
the other guys who are using putty software in windows they can easily login in tho the server through remotely . Is there any one can see the same problem
# 2  
Old 04-03-2017
Hi,

In order to make it possible for someone to help you here, you'll need to provide quite a bit more info. At a minimum, you'll have to tell us things like:
  • What is the exact text of the error message you get ?
  • What is the exact command you are typing when you try to connect ?
  • Are you able to try connecting from another machine on the same network as your MacBook Air ? If so, what happens ?

If you can provide this information then others may have a chance of helping you, since at the moment you haven't really given us any actual information regarding the problem itself, other than that you can't connect for some reason.
# 3  
Old 04-05-2017
Hello,
there are the complete details with screenshots am providing you guys .When ever am trying to connect to aix server through remote login ssh .. I had entered the command i.e
ssh root@192.xxx.x.xx after entering that
{ssh connect to host 192.xxx.x.xx port 22: network is unreachable}

process completed

this is the pop up message displayed
# 4  
Old 04-05-2017
Hi,

I don't see any screenshot attached, but the command you're typing certainly looks fine, and the error message you're getting would seem fairly clear-cut too. Your local machine cannot connect to whatever system you're attempting to SSH into, as it believes it has no route to the destination network. Most likely this is true, though it is also possible a firewall somewhere along the line is to blame.

Are you sure that you do have a route to the destination network ? One thing that does spring to my mind from the first octet of your destination IP is that if you're trying to connect to a private IP range (so 192.168.x.y, 10.x.y.z or (less commonly) 172.16.x.y) then you won't of course be able to, since private IPs are not routable and only accessible locally. Which is fine if you're on that same network range yourself of course, but otherwise you need to be using the real Internet-facing IP of the destination server, one that definitely takes incoming SSH connections.

Hope this helps.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Unable to ssh or login to AIX server

We are having occasional problems accessing some AIX servers. When this happens we cannot ssh to the server in question or login via HMC console terminal window. We can ssh some commands to the server and get responses but other commands just hang, ssh serverA date returns the date, ssh serverA... (5 Replies)
Discussion started by: Kierong
5 Replies

2. Solaris

Unable to login to solaris9 server using SSH mode

Unable to login to solaris9 server using SSH mode for root as well as genreal logins. Please find the configuration file . oss@HYDOHS02:ssh> cat sshd_config # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #pragma ident "@(#)sshd_config ... (6 Replies)
Discussion started by: hydoss1
6 Replies

3. Red Hat

RHEL: Users unable to login via SSH

removing the post (6 Replies)
Discussion started by: titanic4u
6 Replies

4. Shell Programming and Scripting

Help to hide shell terminal and run prompt program after ssh login for specified user

Hey guys, I have some task from my office to lock user on the specified directory after the user logged on using ssh. And then run prompt program to fill the required information. Yeah, just like an ATM system. My question: How could I do those?? AFAIK I have to edit the ~./bashrc. But the... (1 Reply)
Discussion started by: franzramadhan
1 Replies

5. HP-UX

telnet login successful ,but ssh can not login

why I can login by telnet using root account but when i use login by ssh using root account it is not successful ,is it different password i am sure ssh service is started (2 Replies)
Discussion started by: alert0919
2 Replies

6. Red Hat

Unable to login via ssh-tectia

HI Experts, I am having dificulty in loggin on the server via ssh-tectia. Sometimes, i can login for like 3 seconds the it shows error "disconnected from network" Other's can login on this server via ssh-tectia without any problem, BUT i can successfully connect to other servers . ... (2 Replies)
Discussion started by: EngnrRG
2 Replies

7. HP-UX

Unable To Perform A "Passwordless" SSH Login To A Server

Greetings! I am trying to perform a passwordless SSH login from a HPUX 11.31 client to a HPUX 11.31 server. Whenever I do a "ssh -l root serverA" from the client, I am prompted for a password. Giving the password, I am able to successfully login. However I am trying to accomplish a... (9 Replies)
Discussion started by: Rob Sandifer
9 Replies

8. Linux

Unable to get terminal attribute!

Hi, I'm using scli (Command line utility) to retrieve the information about qlogic HBA and I want to redirect the information to text file. * While execution I'm getting the following warning "Unable to get terminal attribute!" How to avoid that ? because of this "Unable to get terminal... (3 Replies)
Discussion started by: shausy
3 Replies

9. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

10. UNIX for Dummies Questions & Answers

mac 10.4>terminal>linux remote server>ssh login accepted>session closed-why?

mac 10.4>terminal>linux remote server>ssh login accepted>session closed-why? AHHHH!! I have been connecting to the server with the line: ssh userid@website.com The remote server accepts my password; logs me in with ssh; posts a lovely welcome message AND closes the session. Is this a "term... (0 Replies)
Discussion started by: xprankard
0 Replies
Login or Register to Ask a Question