Coolest Guides on the Planet

coolest guides on the planet

Coolest Guides On The Planet

  • Home
  • macOS
  • WebDev
  • All Posts
  • Contact

Connecting SSH with no Passwords from Local to Live Domain

March 26, 2015 Leave a Comment

This guide is about setting up a SSH connection without passwords from a local development environment to a live domain site, the requirements are that you have SSH access to the live domain.

Setting up SSH folder on a Remote Domain

SSH into the domain as the domain owner.

By default some hosting providers do not set up a .ssh folder in the domain home.

default-cpanel-structure

 

Make a secure SSH directory if it doesn’t exist.

mkdir .ssh

Set the permissions so only the domain owner can read/write and execute

chmod go-rwx .ssh/

Create an authorised keys file inside

touch .ssh/authorized_keys

Now grab you local public secure key file and add it to the remote authorized_keys file.

nano .ssh/authorized_keys

Paste and save.

Now make the authorized_keys file secure

chmod a-w .ssh/authorized_keys

Now from Local you can access

Either on the standard SSH port

ssh [email protected]

Or on a non-standard port

ssh [email protected] -p2000

Once you have this set, it makes things like version control a lot easier.

Cats: Hosting, WebRoot Tags: cpanel, shell, ssh

Tags

3gs 10.6 apache backup baseband boot clean urls cpanel css curl custom database drupal el capitan git Google image instadmg ios iphone jailbreak keys lion mac macos mojave macos sierra menu mysql OSX panda php phpmyadmin private public redirect redsn0w remote rsa SEO shell ssh terminal unstoppables upgrade urls

Donate a Beer to the Coolest Guides

Get Beaver Builder Now!

Discuss

3gs 10.6 apache backup baseband boot clean urls cpanel css curl custom database drupal el capitan git Google image instadmg ios iphone jailbreak keys lion mac macos mojave macos sierra menu mysql OSX panda php phpmyadmin private public redirect redsn0w remote rsa SEO shell ssh terminal unstoppables upgrade urls
Get DesktopServer

Lynda

Lynda.com Online Training Videos

TreeHouse

smlinks

Learn WordPress
osx-modify-shell-path

How to Add to the Shell Path in macOS Big Sur and Catalina using Terminal

October 19, 2019

virtual-hosts osx 10.10 yosemite

Set up Virtual Hosts on macOS Catalina 10.15 in Apache

October 19, 2019

Installing Homebrew on macOS Catalina 10.15, Package Manager for Linux Apps

October 18, 2019

Where is the bash shell in macos Catalina?

October 12, 2019

Refine your search

  • All
  • Modules
  • Themes
  • Documentation
  • Forums & Issues
  • Groups

RSS ars technica

  • San Francisco orders Apple, Google to remove nudify apps from app stores
  • Apple sues OpenAI after ex-engineer allegedly used bug to steal trade secrets
  • Apple and Samsung benefit as memory shortage pushes smartphone shipments to historic lows
  • Apple takes Epic fight over app store fees to the Supreme Court
  • Russian citizens told "switch to Android" after Apple blocks key Russian apps

RSS mac surfer

  • Judge Approves Apple's $250 Million Siri Settlement
  • 'The Morning Show' Ends After Five Seasons on Apple TV+
  • Apple Store App AI Shopping Assistant Rumored
  • Apple Seeds Second Public Betas of iOS 27, macOS 27
  • Apple Plans Sweeping Mac Lineup Refresh This Year

Donate

Copyright © 2026· Neil Gee - All Rights Reserved - Hosted by Runcloud

Copyright © 2026 · gee on Genesis Framework · WordPress · Log in