LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-18-2005, 11:09 AM   #1
zbinwu
LQ Newbie
 
Registered: Sep 2005
Posts: 12

Rep: Reputation: 0
In SSH, how to replace a full domain name with an alias


Usually, I need to type "ssh eden.rutgers.edu" 20 times everyday. It is bothering to type the whole domain name everytime.
What changes can I do in Linux to make "ssh eden" works instead?

Thanks a lot!
 
Old 09-18-2005, 11:20 AM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
You can set an alias in your .bash_profile (or the profile for whatever shell you are using). For example:

alias eden='ssh eden.rutgers.edu'

You can issue the command manually, to have it take effect immediately (it will automatically get set at your next login).

Now you can just enter:

eden

and the ssh command will get executed.
 
Old 09-19-2005, 07:15 AM   #3
vimal
Red Hat India
 
Registered: Nov 2004
Location: Kerala/Pune,india
Distribution: RedHat, Fedora
Posts: 260

Rep: Reputation: 36
Hi zbinwu,
besides adding an alias, you can also add an entry to your "/etc/hosts" file.
the syntax is := IP address FQDN Hostname

ie... you can use:= 192.168.10.11 eden.rutgers.edu eden

now you can use the command " ssh eden" to connect..
vimal....
 
Old 04-18-2012, 04:33 AM   #4
protozorq
LQ Newbie
 
Registered: Apr 2012
Posts: 2

Rep: Reputation: Disabled
Another search entry in /etc/resolv.conf was the better solution for me.

Read

man resolv.conf

for more details.
 
Old 04-18-2012, 05:07 AM   #5
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Another way is simply make or edit ~/.ssh/config with
Code:
host big
hostname big.long.com
port 7654
then just
Code:
ssh big
 
Old 04-20-2012, 12:07 PM   #6
ratotopi
Member
 
Registered: Dec 2011
Posts: 114

Rep: Reputation: 6
@protozorq /etc/resolv.conf file is where you enter the DNS name, you will have to use the way vimal suggested or use the alias as macemoneta suggested. what you did is not correct though it will give you the desire output.
 
Old 04-23-2012, 06:47 AM   #7
protozorq
LQ Newbie
 
Registered: Apr 2012
Posts: 2

Rep: Reputation: Disabled
Excerpt from the manpage:

"search Search list for host-name lookup.
The search list is normally determined from the local domain
name; by default, it contains only the local domain name. This
may be changed by listing the desired domain search path follow‐
ing the search keyword with spaces or tabs separating the names."

This is for intranet networks with multiple sub-domains and thus it
works great for me.

The actual reason I looked again into this forum is, that it does not work
with DHCP clients. Those need an entry like

append search-domain "incredible.super.long.org"

in /etc/dhcp/dhclient.conf instead.


Greetings.
 
Old 04-23-2012, 07:14 AM   #8
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
But you don't need to mess with your DNS at all...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows -> Linux SSH tunel to full network silence Linux - Networking 4 07-16-2004 08:22 PM
Need to replace full harddrive with new, larger harddrive pearlr Linux - Newbie 1 01-02-2004 12:59 PM
Mysql - Postfix alias domain paulten Linux - Networking 0 11-03-2003 04:05 PM
problem in perl replace command with slash (/) in search/replace string ramesh_ps1 Red Hat 4 09-10-2003 01:04 AM
Contacting INTERNAL LAN server via domain name/full IP? STATIC ROUTES? Please Help!! Bungo2000 Linux - Networking 8 06-27-2003 10:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration