security

What is a Content Security Policy? — step-by-step Security tutorial on Progressive Robot

What is a Content Security Policy?

A Content Security Policy (CSP) is a mechanism for web developers to increase the security of their websites. By setting a Content Security Policy, web developers can instruct web browsers to only load resources from certain trusted domains, enforce secure HTTPS connections, and even report policy violations as they occur. This can prevent many content injection and cross-site scripting (XSS) vulnerabilities, which often lead to data leaks, website vandalism, and malware distribution.

Read more
Начальная настройка сервера c Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

Начальная настройка сервера c Ubuntu 14.04

После создания нового сервера необходимо предпринять несколько шагов по его базовой настройке. Это повысит безопасность и удобство использования Вашего сервера и заложит прочную основу для последующих действий. Для того, чтобы…

Read more
How to Authenticate Users to a SSH Server Using Monkeysphere on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How to Authenticate Users to a SSH Server Using Monkeysphere on an Ubuntu VPS

The authorized_keys file on an SSH server can become difficult to manage with key changes and a large amount of entries. It can be hard to know which credentials are valid and which actual person each key is associated with. The Monkeysphere system allows you to configure authentication to an SSH server in plain English by utilizing GPG keys. This leads to a more manageable system and allows you to create policies for users, not keys.

Read more
CHAT