LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   running ssh on redhat 8.0 (https://www.linuxquestions.org/questions/linux-newbie-8/running-ssh-on-redhat-8-0-a-74736/)

sheek 07-21-2003 10:28 PM

running ssh on redhat 8.0
 
Hey guys,
I just installed redhat 8.0 on my machine and want to access it from work using ssh.In my rc5.d i can see an ssh daemon already running so i'm assuming i have ssh already.
Problem is how do i continue from here, configuration and all that stuff.How can i access from work,sorry i've never used ssh before

Thanks all.

ppuru 07-22-2003 01:26 AM

you can edit /etc/ssh/sshd_config

most important, set

PermitRootLogin no

you can also have a

ValidUsers sheek user1 user2

and reload the sshd service.

man sshd_config for more configuration tips

sheek 07-22-2003 06:46 PM

Thanks a bunch, didnt't realize it was that easy.

Thanks again.,


All times are GMT -5. The time now is 01:41 AM.