Skip to content

Commit

Permalink
docs(GITBOOK#39): No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
cconstab authored and gitbook-bot committed Mar 6, 2024
1 parent 178ed2c commit ee565b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
18 changes: 9 additions & 9 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Table of contents

* [🚫 No Ports Documentation](README.md)
* [⌨ SSH No Ports](ssh-no-ports/README.md)
* [ SSH No Ports](ssh-no-ports/README.md)
* [🔢 Guides](ssh-no-ports/guides/README.md)
* [💽 Installation Guide](ssh-no-ports/guides/installation-guide/README.md)
* [🖥 Device installation (sshnpd)](ssh-no-ports/guides/installation-guide/device-installation-sshnpd/README.md)
* [🖥 Device installation (sshnpd)](ssh-no-ports/guides/installation-guide/device-installation-sshnpd/README.md)
* [Tmux session](ssh-no-ports/guides/installation-guide/device-installation-sshnpd/tmux-session.md)
* [Standalone Binaries](ssh-no-ports/guides/installation-guide/device-installation-sshnpd/standalone-binaries.md)
* [Systemd Unit](ssh-no-ports/guides/installation-guide/device-installation-sshnpd/systemd-unit.md)
* [Headless](ssh-no-ports/guides/installation-guide/device-installation-sshnpd/headless.md)
* [👩💻 Client installation (sshnp)](ssh-no-ports/guides/installation-guide/client-installation-sshnp.md)
* [👨💻 Usage Guide](ssh-no-ports/guides/usage-guide/README.md)
* [👩💻 Client installation (sshnp)](ssh-no-ports/guides/installation-guide/client-installation-sshnp.md)
* [👨💻 Usage Guide](ssh-no-ports/guides/usage-guide/README.md)
* [💻 Basic Usage](ssh-no-ports/guides/usage-guide/basic-usage/README.md)
* [⚙ Additional Configuration](ssh-no-ports/guides/usage-guide/basic-usage/additional-configuration.md)
* [🗃 SFTP](ssh-no-ports/guides/usage-guide/sftp.md)
* [ Additional Configuration](ssh-no-ports/guides/usage-guide/basic-usage/additional-configuration.md)
* [🗃 SFTP](ssh-no-ports/guides/usage-guide/sftp.md)
* [🌐 Web Server](ssh-no-ports/guides/usage-guide/web-server.md)
* [🖥 RDP](ssh-no-ports/guides/usage-guide/rdp.md)
* [⬆ Upgrade Guide](ssh-no-ports/guides/upgrade-guide/README.md)
* [👩💻 Client Upgrade (sshnp)](ssh-no-ports/guides/upgrade-guide/client-upgrade-sshnp.md)
* [🖥 RDP](ssh-no-ports/guides/usage-guide/rdp.md)
* [ Upgrade Guide](ssh-no-ports/guides/upgrade-guide/README.md)
* [👩💻 Client Upgrade (sshnp)](ssh-no-ports/guides/upgrade-guide/client-upgrade-sshnp.md)
* [💽 Device Upgrade (sshnpd)](ssh-no-ports/guides/upgrade-guide/device-upgrade-sshnpd.md)
* [🔍 How It Works](ssh-no-ports/how-it-works.md)
* [❓ FAQ](ssh-no-ports/faq.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,13 @@ sudo ./install.sh tmux sshnpd

## 2. Configure the startup script

After installing the startup script, we must configure it.
After installing the startup script, we must configure it, with `nano` or `vi` depending on your preference.

```bash
nano ~/.local/bin/sshnpd.sh
```

or

```bash
vi ~/.local/bin/sshnpd.sh
Expand Down

0 comments on commit ee565b5

Please sign in to comment.