Difference between revisions of "SSH remote"
From ATI public wiki
(→Where to start) |
|||
Line 7: | Line 7: | ||
==Secure Shell== | ==Secure Shell== | ||
− | ===SSH? Wait, Secure Shell?=== | + | ===SSH? Wait, Secure Shell??=== |
− | Yes, the | + | 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 program. | ||
+ | |||
+ | To list a few: | ||
+ | * OpenSSH SSH client, the native linux command line utility [https://en.wikipedia.org/wiki/OpenSSH OpenSSH] | ||
+ | * Cygwin SSH client, the same as above but compiled for Windows and distributed as Cygwin subpackage [https://www.cygwin.com Cygwin] | ||
+ | * SSH Secure Shell, the ancient original SSH, now replaced by Tectia [https://www.ssh.com/products/tectia-ssh Tectia] | ||
+ | * Putty, SSH functionality packaged into GUI for Windows with less bells and whistles [https://www.putty.org Putty] | ||
+ | * Bitvise SSH client, SSH that comes with GUI for Windows [https://www.bitvise.com/ssh-client-download Bitvise] | ||
+ | * Termius, iOS applet for iPhone & iPad | ||
+ | * | ||
+ | * | ||
+ | * | ||
===Setting up passwordless access to remote host=== | ===Setting up passwordless access to remote host=== | ||
Line 15: | Line 28: | ||
==Is host localhost local or remote, after or before gateway?== | ==Is host localhost local or remote, after or before gateway?== | ||
− | Depends on | + | Depends on point of view |
Revision as of 16:03, 15 April 2019
Contents
Where to start
Baby steps
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 program.
To list a few:
- OpenSSH SSH client, the native linux command line utility 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
Setting up passwordless access to remote host
Remote desktop client
Is host localhost local or remote, after or before gateway?
Depends on point of view