SSH 👀 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

SSH 👀

So I company recommended me to look into SSH I just know is something that has to do with hacking I'm really into new trends in technology should I learn this? the languages I barely know are javascript, and a bit of python, java and c# I dont know too much about SSH can your recommend me any resources pls. The company told me about https://overthewire.org/wargames/bandit/bandit0.html it's a good starting point?

25th Jun 2022, 4:07 AM
Jace🎭
Jace🎭 - avatar
2 Answers
+ 2
SSH stands for Secure SHell, a protocol for remote connections used by all Linux and Unix machines and their standard way of running commands from remote machines - like a workstation running stuff in a server. And it provides a secure connection by use of encryption and, optionally, certificates for authentication. It's definitely not new and not necessarily related to hacking. But it's absolutely necessary if you want to do sysadmin in Linux or Unix boxes or develop code for that. About the protocol: https://en.m.wikipedia.org/wiki/Secure_Shell About OpenSSH, by far the most used SSH software: https://www.openssh.com/ For developers, what really matters is the libraries for SSH. For example, Paramiko - the must learn SSH library for Python: https://www.paramiko.org/
25th Jun 2022, 6:40 PM
Emerson Prado
Emerson Prado - avatar
+ 1
As i read on internet this is protocol used to share data(like web page), so this company use it, if you wanna work for them learn it. I dont know how offten this is used, but learning something new in programming is always good thing to do. If thay suggest you this resourse follow it, probably they found it helpfull so they recommend it.
25th Jun 2022, 7:21 AM
PanicS
PanicS - avatar