• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » How to Use Domain Name Instead of IP Address to SSH

By Abhishek Ghosh May 1, 2018 7:19 am Updated on May 1, 2018

How to Use Domain Name Instead of IP Address to SSH

Advertisement

Regular readers know that we have reverse proxy of IPv6 for this website. It is Probably Common to Ask How to Use Domain Name Instead of IP Address to SSH. It is Complicated When Your Domain Has Multiple Servers, Like For Reverse Proxy. It depends on your current computer’s IP for setup like ours. For dedicated servers, possibly you have more IP v4 addresses to SSH and face traffic. Obviously, we can only discuss most simply setup – one server, one IPv4, computer uses IPv4, you have some paid DNS service like Rage4 DNS or DynDNS. Dyn was cost effective once (before change in their ownership). Now, Rage4 like DNS actually more cost effective and also fast like Dyn. DNS system itself highly complicated. DNS servers provided by their ISP indicates IP with domain name in the /etc/resolv.conf file.

How to Use Domain Name Instead of IP Address to SSH

 

How to Use Domain Name Instead of IP Address to SSH

 

First, make sure that you have met the above points as requirement. We can not say about web host’s DNS services. Web host’s DNS may block SSH with domain name, they usually provide simply a cheaper system to point your domain. Premium DNS, even free standalone Hurricane Electric DNS has clear cut control of operations.

Secondly, after SSH to your server, you need something like below on /etc/hosts file, I modified some content for security, but this kind of settings will be fine :

Advertisement

---

Vim
1
2
127.0.0.1 localhost.localdomain localhost
23.227.167.33 thecustomizewindows.com  thecustomizewindows

We need the above clearly defined localhost and domain name with IP. Apache2 HTTPD web server actually warns if FQDN not present.

Reboot your server and try to SSH with domain name. If you are kicked out, then you need more works on ~/.ssh/config file on your local computer (Mac, Linux or Bash of Windows 10). Open it :

Vim
1
nano ~/.ssh/config

File configuration will be like this :

Vim
1
2
3
Host thecustomizewindows.com  thecustomizewindows
  Hostname 23.227.167.33
  User root

Save it, reload or reboot. It is simply a “redirection” at localhost level. On server, that file globally is :

Vim
1
cat /etc/ssh/ssh_config

DO NOT modify that on server without thorough research and test on development server. That is not easy, safe work.

Tagged With how to use a domain as ip , ssh domain name ip address , use url instead of ip address for ssh , how to ssh via domain instead of ip , how to access server with web sddress vs ipaddress , linux connect via name instead of ip , windows ssh to domain user , how to know my ssh server host name or ipaddress , hostname vs ip ssh access , how to ssh to host name instead of ip address
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to How to Use Domain Name Instead of IP Address to SSH

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Effectiveness of Flushing DNS Cache to Prevent DNS Cache Poisoning and Spoofing

    Effectiveness of Flushing DNS Cache to Prevent DNS Cache Poisoning and Spoofing Discussed in Details in Plain English Making Readable to All.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy