how do I enable ssh for RH Linux Enterprise


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how do I enable ssh for RH Linux Enterprise
# 1  
Old 06-22-2005
how do I enable ssh for RH Linux Enterprise

I am not sure how to enable SSH on my RedHat Linux Server. Do I need to install a rpm or just edit a file. Thanks in advance.
# 2  
Old 06-22-2005
Quote:
Originally Posted by newbie05
I am not sure how to enable SSH on my RedHat Linux Server. Do I need to install a rpm or just edit a file. Thanks in advance.
Try:
/etc/init.d/sshd start

Does that start it up for you?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

enable the ssh

hi, i want to enable ssh on my solaris,i use $svcs -p ssh it showing STATE STIME FMRI maintenance 10:06:16 svc:/network/ssh:default why the state in maintenance state, so i could n't able to login using ssh. pls help me to enable ssh. thanks, (1 Reply)
Discussion started by: shankr3
1 Replies

2. SCO

enable ssh server on SCO 5.0.6

hi How to enable ssh server on SCO unix 5.0.6 and allow remote root login? (2 Replies)
Discussion started by: ccc
2 Replies

3. Cybersecurity

Enable SSH for root over certain network connection of a server...is it possible?

Hi - I have a SUSE Enterprise Linux Server V9 that I have an issue with. Policy says that root connectivity via ssh needs to be disabled. So, to do that, I made the following change in the sshd_config section: # Authentication: #LoginGraceTime 2m #PermitRootLogin yes PermitRootLogin no... (3 Replies)
Discussion started by: cpolikowsky
3 Replies

4. Solaris

SSH enable, Telnet disable ...

Hi... How do I enable SSH and disable telnet.. Also - is there anything special I need to do to ensure that a new user can use ssh and su but not telnet? Adel (15 Replies)
Discussion started by: ArabOracle.com
15 Replies
Login or Register to Ask a Question