Home News How To Enable SSH On The Steam Deck

How To Enable SSH On The Steam Deck

Author : Olivia Mar 05,2025

This guide explains how to enable and use SSH on your Steam Deck for remote access to its files. The Steam Deck's desktop mode allows for more than just gaming, making remote file access a useful feature.

Enabling SSH on the Steam Deck

Follow these steps to enable SSH:

  1. Power on your Steam Deck.
  2. Access the Steam menu (Steam button).
  3. Navigate to Settings > System > System Settings > Enable Developer Mode.
  4. Access the Steam menu again (Steam button).
  5. Select Power > Switch to Desktop Mode.
  6. Open the Konsole terminal from the Start menu.
  7. Set a password (if you haven't already): passwd. Enter and confirm your password.
  8. Start the SSH service: sudo systemctl start sshd.
  9. Enable SSH to start automatically on reboot: sudo systemctl enable sshd.
  10. You can now access your Steam Deck remotely using an SSH client.

Caution: Avoid modifying or deleting system files to prevent operating system corruption.

Disabling SSH on the Steam Deck

To disable SSH:

  1. Open the Konsole terminal from the Start menu.
  2. To disable SSH on reboot: sudo systemctl disable sshd.
  3. To immediately stop the SSH service: sudo systemctl stop sshd.

Connecting to the Steam Deck via SSH

After enabling SSH, use an SSH client to connect. Warpinator is a convenient third-party option for both Steam Deck and Windows/macOS. Install it on both devices, launch it on each, and transfer files easily.

For Linux users, simply open your file manager and enter sftp://deck@steamdeck (replace deck with your Steam Deck's hostname if different) in the address bar. Enter the password you set earlier.