Step-by-Step Guide to Enabling SSH on Your Steam Deck

Step-by-Step Guide to Enabling SSH on Your Steam Deck

The Steam Deck is not just a gaming device; it’s a powerful handheld computer designed for versatility. With its customizable desktop mode, users can transcend gaming limitations and access internal files remotely, making it an exciting option for both gamers and portable PC enthusiasts.

Operating on a Linux-based system, the Steam Deck supports the Secure Shell (SSH) protocol, which allows secure and remote access to data. However, many users are unaware of how to enable or utilize this feature efficiently. This comprehensive guide will walk you through the process of enabling SSH on your Steam Deck, as well as provide insights into its use for remote connectivity.

Steps for Enabling SSH on the Steam Deck

Konsole command on Steam Deck

To activate SSH on your Steam Deck, follow these straightforward steps:

  1. Turn on your Steam Deck.
  2. Press the Steam button.
  3. Navigate to Settings > System > System Settings > Enable Developer Mode.
  4. Press the Steam button again.
  5. Select Power > Switch to Desktop Mode.
  6. Open the Konsole from the Start menu.
  7. If you haven’t set a password yet, do so now by entering: passwd. You will be prompted to create a password.
  8. To enable SSH, type: sudo systemctl start sshd. If you want SSH to start automatically at boot, use: sudo systemctl enable sshd.
  9. With SSH activated, you can access your Steam Deck remotely using any compatible SSH client.

Please ensure that you do not delete or relocate system files to avoid corrupting the operating system.

How to Disable SSH on the Steam Deck

If you’d like to disable SSH, follow these steps:

  1. Open the Konsole from the Start menu.
  2. To disable SSH, input: sudo systemctl disable sshd. To stop the SSH service immediately, use: sudo systemctl stop sshd.

How to Use SSH to Connect to the Steam Deck

Warpinator on Steam Deck

After enabling SSH, you can easily access your Steam Deck using a third-party application like Warpinator. Install Warpinator on both your Steam Deck and your PC. By launching both applications at the same time, you can transfer files effortlessly between your devices.

If you are connecting from a Linux PC, there is no need for any additional software. Simply open your file manager and enter the following directory in the address bar: sftp://deck@steamdeck. Once you enter the password you previously set, you’ll be connected directly.

Source & Images

Leave a Reply

Your email address will not be published. Required fields are marked *