LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Question about using SSH for the first time (https://www.linuxquestions.org/questions/linux-newbie-8/question-about-using-ssh-for-the-first-time-4175510617/)

punchy71 07-09-2014 03:00 PM

Question about using SSH for the first time
 
Greetings,
I am just starting to learn how to use SSH in Linux's terminal console for the first time. My question is this; when I try to SSH into some remote object (let's say a Bulliten Board System for example), doesn't that remote object have to also have SSH installed and running as well or does it matter?

Thanks

TobiSGD 07-09-2014 03:07 PM

The machine you want to connect to has to have a SSH server running, for the machine you are connecting from the client is sufficient.

suicidaleggroll 07-09-2014 03:34 PM

And you also need to have an account on the remote machine to log into (username and a password or key file). You won't be able to ssh into a bulletin board system unless that bulletin board system is running an active ssh server and you have a user account, both of which are unlikely, I would think.

punchy71 07-09-2014 04:27 PM

Quote:

Originally Posted by suicidaleggroll (Post 5201315)
both of which are unlikely, I would think.

... why is it unlikely?

suicidaleggroll 07-09-2014 04:48 PM

A BBS is typically just a web service for message passing, why would they grant users dedicated accounts on the operating system itself with ssh access? I mean they could, I suppose, but I doubt it. If I ran a BBS I certainly wouldn't do that, it would be a security nightmare.


All times are GMT -5. The time now is 10:34 PM.