DWShells: SSH Connection Guide

From DarkWorld Network
Revision as of 06:47, 24 September 2025 by Fizi (talk | contribs) (Created page with "== Connecting to Your DWShell via SSH == Your login details are: * '''Server:''' '''shell.darkworld.network''' * '''Port:''' '''22''' * '''Username:''' Your chosen username (for IRC-based requests, it's often your IRC nickname). * '''Password:''' The password sent to you upon approval. === Connecting from Linux/macOS (Terminal) === Open your terminal and use the following command: ```bash ssh your_username@shell.darkworld.network You will be prompted for your password....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Connecting to Your DWShell via SSH

Your login details are:

  • Server: shell.darkworld.network
  • Port: 22
  • Username: Your chosen username (for IRC-based requests, it's often your IRC nickname).
  • Password: The password sent to you upon approval.

Connecting from Linux/macOS (Terminal)

Open your terminal and use the following command: ```bash ssh your_username@shell.darkworld.network You will be prompted for your password. For security, the password will not be visible as you type.

Connecting from Windows

Windows users need an SSH client. We recommend PuTTY or MobaXterm.

Using PuTTY

Download and run PuTTY. In the "Host Name (or IP address)" field, enter: shell.darkworld.network Ensure the port is set to 22 and connection type is SSH. Click "Open". A terminal window will open. Enter your username and password when prompted.

Using SSH Keys (Recommended)

For better security and convenience, set up SSH key authentication. See our guide: DWShells: SSH Key Authentication.