BadgerCTF Server Login Instructions

General Information

To connect to the BadgerCTF server, you will need:

Connection details:

Connecting from Windows

Using MobaXterm

  1. Download and install MobaXterm
  2. Launch MobaXterm
  3. Click on the "Session" button in the toolbar
  4. Select "SSH" as the session type
  5. Enter the following details:
    • Remote host: badgerctf.com
    • Port: 1234
  6. Click "OK" to start the session
  7. Enter your BadgerCTF username and password when prompted

Connecting from MacOS

  1. Open Terminal (Applications >> Utilities >> Terminal)
  2. Type the following command (replace YOUR_USERNAME with your BadgerCTF username):
    ssh YOUR_USERNAME@badgerctf.com -p 1234
  3. Enter your password when prompted

Connecting from Linux

  1. Open a terminal window
  2. Type the following command (replace YOUR_USERNAME with your BadgerCTF username):
    ssh YOUR_USERNAME@badgerctf.com -p 1234
  3. Enter your password when prompted