Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hed69/start-server-ssh
this script is to start an ssh server easily
https://github.com/hed69/start-server-ssh
bash debian server server-ssh shell ssh
Last synced: 14 days ago
JSON representation
this script is to start an ssh server easily
- Host: GitHub
- URL: https://github.com/hed69/start-server-ssh
- Owner: HED69
- Created: 2023-02-03T11:05:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T22:58:42.000Z (6 months ago)
- Last Synced: 2024-11-11T16:17:54.303Z (2 months ago)
- Topics: bash, debian, server, server-ssh, shell, ssh
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# automatic-ssh
this script is to start an ssh server easily# installing and starting
installing git
```
sudo apt install git -y
```cloning repository
```
git clone https://github.com/HED69/automatic-ssh
```entering in the repositoty
```
cd automatic-ssh
```giving permissions the script
```
chmod +x 'script automatic ssh.sh'
```starting script
```
bash 'script automatic ssh.sh'
```![Test Image](https://media.discordapp.net/attachments/1033030029858312312/1071025975720153140/image.png)