Determined Server Setup
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
Josh Mudge 5dfb05fada Merge branch 'master' of https://git.coolaj86.com/josh/dss 5 yıl önce
README.md Fix links. 5 yıl önce
VERSION Fix links. 5 yıl önce
create-user.bash Forked from daplie-snippets 5 yıl önce
determined-server-setup.sh Fix links. 5 yıl önce
harden-server.sh Add default keyserver. 5 yıl önce
josh.pub Add Josh Public Key 5 yıl önce
setup.sh Fix links. 5 yıl önce
sysmon.sh Fix links. 5 yıl önce

README.md

determined-server-setup (dss)

determined-server-setup is a script that installs needed utilities/software on servers so you don't need to.

Requirements

Installation

You can install it by running:

curl -s "https://git.coolaj86.com/josh/dss/raw/branch/master/setup.sh" | bash

Usage

This script is in the ALPHA stage. Use at your own risk.

dss --init # Update your server and install server utilities, setup automatic updates and harden SSH.
dss --clean  # Update the server and cleanup unneeded files and programs. Use with caution.
dss --log # Print the system log.`
dss --authlog 1 # Print the SSH authentication log. Use 'dss authlog attacks' to show attacks on your SSH server.
dss --user USERNAME init   # Setup server with server utilities and enable automatic security updates.

You can run: dss help for a list of all commands.

Automatic Updates

When prompted to setup automatic updates, hit "yes" and when prompted with a text box, replace all references to "Debian" with the name of your distro. If you're running Ubuntu, you should replace all references of Debian with Ubuntu.