DWShells: SSH Connection Guide: Difference between revisions

From DarkWorld Network
Jump to navigation Jump to search
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...."
 
m Protected "DWShells: SSH Connection Guide" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
(No difference)

Revision as of 09:10, 24 September 2025

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.