Home >  News >  Enable SSH on Steam Deck: A Guide

Enable SSH on Steam Deck: A Guide

by Jason Apr 11,2025

Quick Links

The Steam Deck is a versatile gaming and portable PC device that offers much more than just gaming. With its desktop mode, users can perform a wide range of tasks, including remote file access from the internal storage. This capability is particularly useful for managing files and data securely and efficiently.

Running on a Linux-based system, the Steam Deck supports Secure Shell (SSH), a protocol that allows secure remote access to your device. However, many Steam Deck users are unaware of how to enable and utilize this feature. This comprehensive guide will walk you through the process of enabling and using SSH on your Steam Deck, along with other essential tips.

Steps For Enabling SSH On The Steam Deck

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

  1. Power 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. Set a password if you haven't already by entering the command: passwd. Follow the prompts to set your password.
  8. Enable SSH by entering the command: sudo systemctl start sshd. To ensure SSH starts automatically after reboots, use the command: sudo systemctl enable sshd.
  9. Once SSH is enabled, you can remotely access your Steam Deck's data using any third-party SSH client.

Important Note: Avoid deleting or moving system files to prevent OS corruption.

How To Disable SSH On The Steam Deck

If you need to disable SSH on your Steam Deck, follow these steps:

  1. Access the Konsole from the Start menu.
  2. To disable SSH, enter the command: sudo systemctl disable sshd. If you want to stop SSH immediately, use: sudo systemctl stop sshd.

How To Use SSH To Connect To The Steam Deck

With SSH enabled, you can securely access your Steam Deck remotely. Here's how to do it:

  • Using a Third-Party Application: Install and run an application like Warpinator on both your Steam Deck and your PC. This allows for easy data transfer between the devices.

  • Using a Linux PC: If you're using a Linux PC, you don't need a third-party app. Simply open your file manager and enter sftp://deck@steamdeck in the address bar. Enter the password you set earlier to establish the connection.

Trending Games More >