How to log in to my XonHost shared account via SSH in Mac OS?

How to log in to my XonHost shared account via SSH in Mac OS?

XonHost uses key-based SSH authentication instead of plain username & password. The SSH port on XonHost’s servers is also 18765 instead of the default port 22. To connect via SSH, follow these steps: First you will need to generate an SSH key … Continued
Is SSH / Telnet access offered?

Is SSH / Telnet access offered?

Both SSH and Telnet are supported on all of XonHost  hosting servers. In case you need to access your hosting account via SSH please check this SSH Tutorial.
Can I have SSH root access to my Shared/Cloud/Dedicated server?

Can I have SSH root access to my Shared/Cloud/Dedicated server?

XonHost  provides SSH access for all hosting plans. Root SSH access, however is offered only on our Dedicated servers (without the Geeky features and Performance Booster). To make SSH access as secure as possible, XonHost has made additional tweaks such as changing the default … Continued
How can I create symbolic link?

How can I create symbolic link?

A symbolic link (known as soft link or symlink), is a special file that points to another file, similar to a shortcut in Windows or a Mac OS alias. Symbolic links do not contain the data in the target file … Continued
How to generate an SSH key pair in Windows using PuTTY?

How to generate an SSH key pair in Windows using PuTTY?

You can generate an SSH key on Windows using the PuTTY SSH client. You can download PuTTY for free from this URL. To generate a key with PuTTY, you should: Download and start the puttygen.exe generator. In the “Parameters” section choose SSH2 DSA and press Generate. Move your mouse … Continued
How to generate an SSH key pair in Linux?

How to generate an SSH key pair in Linux?

onuses key-based authentication for SSH. This has proven more secure over standard username/password authentication. More information on SSH keys can be found here. You can generate an SSH key pair directly in cPanel, or you can generate the keys yourself and … Continued
How to log in to my account via SSH using PuTTY?

How to log in to my account via SSH using PuTTY?

PuTTY is a popular choice for a Windows SSH client. It is reliable, easy to use and free (open source). In this article we will describe a very basic PuTTY usage for larger audience. If you are a XonHost customer, … Continued
How to generate an SSH key pair in Mac OS?

How to generate an SSH key pair in Mac OS?

XonHost uses key pairs for SSH authentication purposes, as opposed to plain username and password. More information on SSH keys is available here. You can generate an SSH key pair in Mac OS following these steps: Open up the Terminal by … Continued
SSH and SSH Keys

SSH and SSH Keys

SSH (Secure Shell) is a network protocol that allows secure remote access over an encrypted connection. Through an SSH connection you can easily manage your files and folders, modify their permissions, edit files directly on the server, etc. SSH provides … Continued
How to log in to my XonHost shared account via SSH in Linux?

How to log in to my XonHost shared account via SSH in Linux?

XonHost uses key-based SSH authentication instead of plain username & password. The SSH port on XonHost’s servers is also 18765 instead of the default port 22. To connect to your XonHost shared hosting account via SSH in Linux, please follow these steps: … Continued