Secure Shell (SSH) is a protocol allowing secure remote login to a computer on a network using public-key cryptography. SSH client programs (such as ssh from OpenSSH) typically run for the duration of a remote login session and are configured to look for the user's private key in a file in the user's home directory (e.g., .ssh/id_rsa). For added security (for instance, against an attacker that can read any file on the local filesystem), it is common to store the private key in an encrypted form, where the encryption key is computed from a passphrase that the user has memorized. Because typing
SSH é um protocolo que permite login remoto seguro para um computador em uma rede que utiliza criptografia de chave pública. O programa cliente SSH (tal como ssh da OpenSSH) tipicamente é executado durante uma sessão de login remoto e são configurados para olhar para a chave privada do usuário em um arquivo no diretório home do usuário (ex.: .ssh/id_rsa).
Abstract from DBpedia / Wikipedia · CC BY-SA
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).