Showing posts with label cli. Show all posts
Showing posts with label cli. Show all posts

SSH from Linux CLI

The following is a basic command for verbose ssh with a private key to a ssh server running on a custom post:

ssh -v user@domain -p $port -i "/private/key/file/path"

SSH & Screen: Cheat sheet & tips for use with the command line (CLI)

My cheat sheet for SSH and screen...

SSH is a network protocol for secure data communication, remote shell services or command execution and other secure network services between two networked computers.

Screen is an application that can be used to run multiple virtual terminal consoles. It allows a user to access multiple separate terminal sessions inside a single terminal window or remote (SSH) terminal session.