Install OpenSSH from source code.

Issues related to applications and software problems
hack3rcon
Posts: 757
Joined: 2014/11/24 11:04:37

Re: Install OpenSSH from source code.

Post by hack3rcon » 2019/01/20 06:22:01

How can I start OpenSSH when system is started?
It is installed in "/usr/local/sbin/sshd".

Thank you.

mghe
Posts: 766
Joined: 2015/11/24 12:04:43
Location: Katowice, Poland

Re: Install OpenSSH from source code.

Post by mghe » 2019/01/20 07:58:01

One of way is make systemd unit.
More info: https://access.redhat.com/documentation ... unit_files

I think You should start here i get more basic knowledge: https://access.redhat.com/documentation ... e_linux/7/

hack3rcon
Posts: 757
Joined: 2014/11/24 11:04:37

Re: Install OpenSSH from source code.

Post by hack3rcon » 2019/01/21 07:28:35

mghe wrote:
2019/01/20 07:58:01
One of way is make systemd unit.
More info: https://access.redhat.com/documentation ... unit_files

I think You should start here i get more basic knowledge: https://access.redhat.com/documentation ... e_linux/7/
How can I understand for a service what "After" ,"Wants","Conflicts" and...required?

Code: Select all

$ cat /usr/lib/systemd/system/sshd
sshd-keygen.service  sshd@.service        
sshd.service         sshd.socket

Post Reply