SSH keys - ArchWiki - Arch Linux
https://wiki.archlinux.org/title/SSH_keySSH keys can serve as a means of identifying yourself to an SSH server using public-key cryptography and challenge-response authentication.The major advantage of key-based authentication is that in contrast to password authentication it is not prone to brute-force attacks and you do not expose valid credentials, if the server has been compromised (see RFC 4251 …
SSH – wiki.archlinux.de
https://wiki.archlinux.de/title/SSHWird der User weggelassen, so nimmt ssh den aktuellen Benutzernamen für den Verbindungsaufbau. Beispiele # ssh root@archlinux.com Baut eine root Verbindung zum Server archlinux.com auf. # ssh -p 2222 max@192.168.0.2 Baut eine Verbindung zum Computer 192.168.0.2 auf Port 2222 auf und versucht sich dort mit dem Benutzernamen max einzuloggen.
Secure Shell - ArchWiki - Arch Linux
https://wiki.archlinux.org/title/Secure_ShellSecure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. Typical applications include remote command-line login and remote command execution, but any network service can be secured with SSH. Examples of services that can use SSH are Git, rsync and X11 forwarding.