feat(issue-11): add SSH setup script and remote access documentation #16
@@ -60,7 +60,16 @@ docker run -d --name <container-name> \
|
|||||||
Run the setup script inside your container:
|
Run the setup script inside your container:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/shoko/kugetsu/main/skills/kugetsu/scripts/sshd-setup.sh | bash -s -- <username>
|
curl -fsSL https://raw.githubusercontent.com/shoko/kugetsu/main/skills/kugetsu/scripts/sshd-setup.sh -o sshd-setup.sh
|
||||||
|
chmod +x sshd-setup.sh
|
||||||
|
bash sshd-setup.sh <username>
|
||||||
|
```
|
||||||
|
|
||||||
|
Or if you have cloned the repository:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
chmod +x skills/kugetsu/scripts/sshd-setup.sh
|
||||||
|
bash skills/kugetsu/scripts/sshd-setup.sh <username>
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `<username>` with your preferred username, or omit to use default `kugetsu`.
|
Replace `<username>` with your preferred username, or omit to use default `kugetsu`.
|
||||||
|
|||||||
@@ -201,6 +201,7 @@ To access kugetsu from a remote machine, SSH setup is required.
|
|||||||
Run the SSH setup script inside your container:
|
Run the SSH setup script inside your container:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
chmod +x skills/kugetsu/scripts/sshd-setup.sh
|
||||||
bash skills/kugetsu/scripts/sshd-setup.sh <username>
|
bash skills/kugetsu/scripts/sshd-setup.sh <username>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user