help with ssh login


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat help with ssh login
# 1  
Old 08-04-2008
Question help with ssh login

hi,
to ssh login i give the command..
root@localhost~] # ssh ip_add
it allows me to login on a remote machine if i know the password, but i work on wireless network so the ip keeps on changing for the remote machine, how can i access that machine with some unique name , that does not changes.i have RHEL-5 on my machine

pls hel
# 2  
Old 08-04-2008
you can assign the machine you are logging into a static IP address if you control the router or DHCP server.

Barring that, look into Dynamic DNS as a solution. There are various services that handle this for you, but not on internal IP addresses. You would have to look into some sort of personal dynamic DNS for that.

The simplest solution would be to hard set the IP address of your Linux host and then perhaps give it a short name on your client via the /etc/hosts file on a *NIX machine or:
C:\windows\system32\drivers\etc\hosts on a windows 2000/XP machine.
# 3  
Old 08-04-2008
/etc/hosts shows following.....
#do not remove following lines or various programs
#that require network functionality fail
127.0.0.1 localhost.localdomain localhost mawandia
::1 localhost6.localdomain6 localhost6



what changes must i bring to it.........and how to hard set the ip
(any ways thanks for replyin i m really new to linux)
# 4  
Old 08-04-2008
The /etc/hosts part is the LAST part, and not nearly important.

You have 2 machines.

You have your Linux host and your client (which can be anything for this).


The questions come up as:

Do you control the network that the machines are a part of?
Could you install services or change configurations on either of the machines?
How elegant do you want this to be?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

SSH login issue

Dear All , recently i have configured sftp for a user for which i have done chroot. but after this , sftp is working fine . but ssh is not working when we connect to the server. When we try to ssh <user>@<server ip> , the below is the error message that we get and not able to login. ... (2 Replies)
Discussion started by: jegaraman
2 Replies

2. Shell Programming and Scripting

Getting ssh to try login only once

spawn ssh remotehost -l skysmart when the password is incorrect, this will attempt to log in 2 more times, before it exits. is there an option I can pass to ssh that'll make it try only once and will then abort immediately if the password is incorrect? something like: spawn ssh... (1 Reply)
Discussion started by: SkySmart
1 Replies

3. SuSE

Can't login to server with ssh

Hello, I'm having an issue logging into one of my SLES 11 servers. It doen't ask for my password and will not take my key. bitlord@SLES11 < ssh -v bitlord@calliope Sun_SSH_1.1.4, SSH protocols 1.5/2.0, OpenSSL 0x0090704f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Rhosts... (2 Replies)
Discussion started by: bitlord
2 Replies

4. Shell Programming and Scripting

ssh login

Hi, I am trying to login Server2 from server1 in a shell script and need to perfrom few commands, Below is the command i used to login to server2 from server1 ssh -l username server2 However everytime it executes it asking for password. How do write a script in such way it takes... (1 Reply)
Discussion started by: ch33ry
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. Emergency UNIX and Linux Support

PAM? cannot login, ssh or su

look at this, as root user change passwd and su -: I cannot ssh in or rlogin either, (3 Replies)
Discussion started by: bigearsbilly
3 Replies

7. Solaris

Slow login via SSH

Hi Guys and Girls, I know this is a common question but I've searched and we've tried the suggestions without luck. When I log into the box via SSH from a windows machine I get a 1 min 20 sec delay. If we add my IP address and machine name to /etc/hosts then I get an instant login. I would be happy... (12 Replies)
Discussion started by: MikeKulls
12 Replies

8. Solaris

ssh login isue.

Hello Gurus, In Solaris 8. I am unable to login via ssh, but i could able to login via telnet without any issues. I am geting the below error whenever i am trying to login via ssh error: Could not get shadow information for NOUSER sshd: error: Could not get shadow information for... (7 Replies)
Discussion started by: bullz26
7 Replies

9. Shell Programming and Scripting

ssh login help

I would like to login to host and once logged into host would like to run script. i.e "ssh hostname -l username /opt/share/scripts/vol" Can someone please have this run as script .. Many Thanks -sam (1 Reply)
Discussion started by: sam786
1 Replies

10. UNIX for Dummies Questions & Answers

help with ssh login

hi, i have red hat RHEL-5 on my machine, i ma trying to ssh login on remote machine root@localhost~]# ssh ip_address(of remote machine) it works fine if i know the password, i use wireless network so the ip keeps on changing,so is there any way to access the machine with some unique name, which... (1 Reply)
Discussion started by: ankita tux
1 Replies
Login or Register to Ask a Question