https://github.com/hachreak/hardening
basic server configuration
https://github.com/hachreak/hardening
Last synced: 2 months ago
JSON representation
basic server configuration
- Host: GitHub
- URL: https://github.com/hachreak/hardening
- Owner: hachreak
- Created: 2019-04-01T17:36:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T15:04:25.000Z (over 6 years ago)
- Last Synced: 2025-02-16T22:27:54.942Z (8 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic configuration
#### First Login
install git to clone this repository:
```bash
apt-get update
apt-get install -y git
mkdir ~/src
cd ~/src
git clone https://github.com/hachreak/hardening.git
cd hardening
```#### Server provisioning
Create a SSH key.