Secure Shell (SSH)
(Redirected from SSH)
Jump to navigation
Jump to search
Secure Shell (SSH) is a cryptographic network protocol for connecting to ssh network services providing encrypted communication and authentication. Most popular implementation is open source OpenSSH.
OpenSSH includes the following binaries:
ssh
, ssh client to connect using Secure Shell protocolscp
, a replacement for obsoleted rcpsftp
, a replacement for not encrypted ftpsshd
, the SSH server daemonssh-keygen
, a tool to inspect and generate the RSA, DSA and Elliptic Curve keys that are used for user and host authenticationssh-agent
ssh-add
ssh-keyscan
, to scan a list of hosts and collects their public keysssh-copy-id
, to copy local keys to remote machine.
Ssh clients:
Related terms[edit]
See also[edit]
- SSH: Ssh (OpenSSH client), TLS, .ppk, .key, .pem, .crt, .pub, ED25519,
ssh-copy-id
- ssh clients: ssh (OpenSSH client),
putty
,plink
,mosh
,paramiko
,conch
pssh
,sshpass
andautossh
- OpenSSH (changelog),
/etc/ssh/sshd_config
,/etc/ssh/ssh_config
,~/.ssh/
,openSSL, sshd logs
,sftp
,scp
,authorized_keys
,ssh-keyscan
,ssh-add
,ssh-keygen
,ssh
,Ssh -O stop
tmux
,screen
,tmate
,Byobu
,iTerm2
,xterm
,reptyr
,disown
,coolterm
, minicom