Results 1 to 2 of 2
I want to setup a ssh server.
Is there any program which do this work so that to dont set manual the file .config of ssh?...
- 10-27-2011 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 24
ssh server
I want to setup a ssh server.
Is there any program which do this work so that to dont set manual the file .config of ssh?
- 10-27-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
It is likely already "set up". You just have to start it:
In the unlikely event that the package is not installed, do:Code:service sshd start
Once it is started, test it by trying to log in locally:Code:yum install openssh-server
The daemon config file is:Code:ssh <USER>@localhost
Read the man page:Code:/etc/sshd/sshd_config
Code:man 5 sshd_config


Reply With Quote