Interactive Login with SSH, Security and different Clients

From docwiki
Revision as of 14:19, 22 March 2020 by Mond (talk | contribs) (Created page with "Category:LinuxLV Category:SSH == Motivation == Direct, interactive login is the easiest way to connect to a remote server. You will learn what kind of clients are av...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Motivation

Direct, interactive login is the easiest way to connect to a remote server. You will learn what kind of clients are available and what the kind of security SSH even offers.

Interactive Login with SSH

If you have an account on a Linux server and the Linux sever offers SSH access you can login with, e.g.:

$ ssh anna@testbox.example.org

This assumes the username on the remote maschine is anna and the remote server has a name testbox.example.org