Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic documentation update #595

Merged
merged 1 commit into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions docs/User-Guide_Armbian-Config/System.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,84 @@ armbian-config --cmd SY112



***

### Sandboxed & containerised SSH server

<!--- section image START from tools/include/images/SSH200.png --->
[![Sandboxed & containerised SSH server](/images/SSH200.png)](#)
<!--- section image STOP from tools/include/images/SSH200.png --->


<!--- header START from tools/include/markdown/SSH200-header.md --->
Sandboxed & containerised SSH server allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.
<!--- header STOP from tools/include/markdown/SSH200-header.md --->

This operation will install SSH server.

**Command:**
~~~
armbian-config --cmd SSH200
~~~

**Author:** @igorpecovnik

**Status:** Stable


<!--- footer START from tools/include/markdown/SSH200-footer.md --->
=== "Access to SSH server"

- `ssh username@<your.IP> -p 2222`

=== "Directories"

- Install directory: `/armbian/openssh-server`
- Configuration directory: `/armbian/openssh-server/config`
- Shared storage directory: `USER_DEFINED`

=== "View logs"

```sh
docker logs -f openssh-server
```

<!--- footer STOP from tools/include/markdown/SSH200-footer.md --->



***

### Remove sandboxed SSH server
This operation will remove SSH server.

**Command:**
~~~
armbian-config --cmd SSH201
~~~

**Author:** @igorpecovnik

**Status:** Stable



***

### Purge sandboxed SSH server with data folder
This operation will purge SSH server with data folder.

**Command:**
~~~
armbian-config --cmd SSH202
~~~

**Author:** @igorpecovnik

**Status:** Stable



***

## Change shell, adjust MOTD
Expand Down
Binary file added docs/images/SSH200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.