Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
mak42041198yDo you know RDP Remote Desktop?
Really simplified answer is SSH is the same for shell access.
Remote access to machines but only via shell (bash,zsh...) -
SSH stands for a network protocol as well as for the client programs for it's use. Do you mean the dollar sign that appears after you login into a shell session? That's normally only a marker to show you where to input your commands.
-
jakobev23958y@Makenshi @mak420 thank you guys for that quick answer that was what i want to hear ..so simple i guess..
-
@jakobev ssh stand for secure shell. It's one of the ways to access linux servers
-
hasu23188yDoesn't windows 10 now has a shell which accepts the usual Unix commands? I think that you have to manually enable it but it should be there.
Also you can download the git bash for windows. It also allowes you to do a lot of things with Unix commands. Not sure what it's limits are though -
@hasu there isn't anything that can do on Windows that ssh can do on Linux. Even powershell has its limitations. Windows is based around having and using a GUI
Related Rants
-
abhijith050513When you SSH into a machine and then SSH back into yours, you know you are drunk.
-
nickj58today at programming class... professor: today we will be teaching you about vim and using the terminal and s...
-
linuxxx19*SSH's into VPS* *Starts doing some general maintainance (updating, checking the logs etc)* *runs the who comm...
Ok..now its up to you guys. I couldnt find any answer on google that could help me..
SSH : is that only like a dos or batch command line (simply script language) , to go with?
I see often the "$" sign , for what does it stand for?
undefined
its 11:21
need coffee
ssh
secure shell
maybe stupid question