SSH Basics
A collection of 6 posts

Connect to SSH Server on Alternate Port
Here's a beginner's guide for adding an alternate port to SSH server and the steps for connecting to it.
ยท Sagar Sharma

4 Ways to Transfer Files Between Remote and Local Systems Over SSH
From legacy scp to modern rsync. From the unconventional sshfs to the GUI convenience of FileZilla. Learn different ways for copying files over SSH.
ยท Abhishek Prakash

How to Log Out a User Off SSH in Linux
A few quick tips about logging out yourself or some other user from SSH session.
ยท Abhishek Prakash

How to Change the Default SSH Port in Linux [Properly and Safely]
Changing the default SSH port is one of the several ways to enhance SSH server security. Learn how to do it properly and safely.
ยท Abhishek Prakash

How to Add SSH Public Key to Server
Public key authentication allows you to access a server via SSH without password. Here are two methods to copy the public ssh key to the server.
ยท Abhishek Prakash

Getting Started With SSH in Linux
This tutorial aims to provide you with some basic knowledge about setting up and using ssh to interact with remote systems.
ยท seeni