Secure Shell

Examples of services that can use SSH are Git, rsync and X11 forwarding. Services that always use SSH are SCP and SFTP.

According to Wikipedia:

Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. Its most notable applications are remote login and command-line execution.

An SSH server, by default, listens on the standard TCP port 22. An SSH client program is typically used for establishing connections to an sshd daemon accepting remote connections. Both are commonly present on most modern operating systems, including macOS, GNU/Linux, Solaris and OpenVMS. Proprietary, freeware and open source versions of various levels of complexity and completeness exist.

Implementations

https://matt.ucc.asn.au/dropbear/dropbear.html || dropbear
  • OpenSSH Premier connectivity tool for remote login with the SSH protocol
https://www.openssh.com/portable.html || openssh
  • TinySSH A minimalistic SSH server which implements only a subset of SSHv2 features; glibc as its single dependency.
https://tinyssh.org/ || tinyssh

Securing

See Security#SSH.

gollark: osmarks.net inevitability continues: https://radio.osmarks.net/
gollark: But you'll just get it not resolving, which may not be better.
gollark: This is mildly useful in case of DNS spoofing maybe?
gollark: Exciting news: osmarks.net supports DNSSEC.
gollark: It's pretty nanocryoapiohazardous, yes. My certs are generated by other software, but I have not yet tried renewal.

See also

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.