17 lines
505 B
Markdown
17 lines
505 B
Markdown
|
# SSH Bounce server
|
||
|
## Version 1
|
||
|
|
||
|
This repository contains files used to setup our SSH bounce server on a freshly installed Armbian. Target is Bullseye.
|
||
|
|
||
|
### Introduction
|
||
|
Version 1 implementation works roughly as follows:
|
||
|
* the Armbian-based device is connected to local network, SSH connections are redirected to it
|
||
|
|
||
|
### Files
|
||
|
Files in this repository only cover the SBC setup.
|
||
|
#### Installation
|
||
|
* `setup.sh` is a script automating the installation and configuration of required software
|
||
|
|
||
|
### TODO
|
||
|
* RAS
|