SSH remote

From ATI public wiki
Revision as of 13:44, 12 September 2019 by Marek (Talk | contribs)

Jump to: navigation, search

Where to start

Baby steps

Context of Terms

Secure Shell

SSH? Wait, Secure Shell??

Yes, the ubiquitous three-letter acronym SSH means Secure Shell, the computer program one can use to connect to remote host command line securely.

Secure Shell comes in variety of looks and flavours, from simple command line utility to bells'n'whistles packed graphical user interface programs.

To list a few:

  • OpenSSH SSH client, the native Linux command line utility (CLU) OpenSSH
  • Cygwin SSH client, the same as above but compiled for Windows and distributed as Cygwin subpackage Cygwin
  • SSH Secure Shell, the ancient original SSH, now replaced by Tectia Tectia
  • Putty, SSH functionality packaged into GUI for Windows with less bells and whistles Putty
  • Bitvise SSH client, SSH that comes with GUI for Windows Bitvise
  • Termius, iOS applet for iPhone & iPad

We'll be getting in touch with 3 of the above: native Linux CLU and Cygwin CLU for operating at command line interface (CLI) and Bitvise SSH client for working under Windows when there is no Cygwin.

Setting up passwordless access to remote host

Remote desktop client

Is host localhost local or remote, after or before gateway (and where do ports fit in)?

Depends on point of view