Comment on What is SSH ?
TheViking@nord.pub 2 hours ago And what is that ?
wesker@lemmy.sdf.org 2 hours ago
TheViking@nord.pub 45 minutes ago I came a company website by that name.
Comment on What is SSH ?
TheViking@nord.pub 2 hours ago And what is that ?
wesker@lemmy.sdf.org 2 hours ago
TheViking@nord.pub 45 minutes ago I came a company website by that name.
RegularJoe@lemmy.world 2 hours ago
A shell (like a unix terminal) that gives you a secure way to do things, such as remotely logging in to another server, or executing commands remotely. With older programs like telnet, you had to login in the terminal passing your credentials without encryption. Secure Shell encrypts the stream to attempt to mitigate someone other than you from obtaining your credentials. SSH uses public-key cryptography to authenticate the remote computer and allow it to authenticate the user, if necessary.
https://en.wikipedia.org/wiki/Secure_Shell