This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
deployment:onpremises [2017/06/10 06:22] asok created |
deployment:onpremises [2017/06/10 06:28] (current) asok |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====On-Premises===== | =====On-Premises===== | ||
- | =====Securing the server===== | + | ====Securing the server==== |
- | ====Create a complex root password==== | + | ===Create a complex root password=== |
This will withstand brute force attacks by hackers to obtain the password. | This will withstand brute force attacks by hackers to obtain the password. | ||
- | ====Install ClamAV==== | + | ===Install ClamAV=== |
* Use Yast to install ClamAV and it's offline database. | * Use Yast to install ClamAV and it's offline database. | ||
* Update database and run a complete scan. | * Update database and run a complete scan. | ||
Line 16: | Line 16: | ||
* Delete all infected files, if any. | * Delete all infected files, if any. | ||
- | ====Restrict ssh access by key alone==== | + | ===Restrict ssh access by key alone=== |
- | * Copy the file authorzied_keys to /root/.ssh | + | * Copy the file **authorzied_keys** to **/root/.ssh** |
* Edit the file sshd_config | * Edit the file sshd_config | ||
<code> | <code> | ||
Line 30: | Line 30: | ||
</code> | </code> | ||
- | **If root access is not permitted, | + | **If root access is not permitted**, check [[aws: login| Login as root]] to fix the issue. |