Home News Enable SSH on Steam Deck: Step-by-Step Guide

Enable SSH on Steam Deck: Step-by-Step Guide

Author : Harper Apr 22,2025

Quick Links

The Steam Deck is a powerhouse of versatility, catering to both gamers and portable PC enthusiasts. Beyond its gaming capabilities, the Steam Deck's desktop mode opens a world of possibilities, including the need to access internal storage files remotely.

Running on a customized version of Linux, the Steam Deck supports Secure Shell (SSH), a secure protocol for remote data access. Yet, many users are unaware of how to harness this feature. This comprehensive guide will walk you through the process of enabling and using SSH on your Steam Deck, offering valuable insights along the way.

Steps For Enabling SSH On The Steam Deck

Enabling SSH on your Steam Deck is straightforward. Follow these steps to get started:

  1. Turn on your Steam Deck.
  2. Press the Steam button.
  3. Navigate to Settings > System > System Settings and enable Developer Mode.
  4. Press the Steam button again.
  5. Go to Power > Switch to Desktop Mode.
  6. Open the Konsole from the Start menu.
  7. Set a password if you haven't already by typing passwd and following the prompts.
  8. Enable SSH with the command sudo systemctl start sshd. To ensure SSH starts automatically after a reboot, enter sudo systemctl enable sshd.
  9. With SSH now active, you can access your Steam Deck's data remotely using any compatible third-party client.

Important: Do not delete or move system files to avoid corrupting the operating system.

How To Disable SSH On The Steam Deck

If you need to disable SSH, here's what to do:

  1. Open the Konsole from the Start menu.
  2. Disable SSH by entering sudo systemctl disable sshd. To immediately stop SSH, use sudo systemctl stop sshd.

How To Use SSH To Connect To The Steam Deck

With SSH enabled, you can easily access your Steam Deck remotely. For instance, using an app like Warpinator, you can install it on both your Steam Deck and your PC, then launch them to transfer data effortlessly.

For Linux PC users, no additional software is necessary. Simply use your file manager, navigate to sftp://deck@steamdeck in the address bar, and enter your previously set password to connect.