Home News Steam Deck SSH Activation: Unlock Remote Access

Steam Deck SSH Activation: Unlock Remote Access

by Nicholas Feb 25,2025

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

Enabling SSH on Your Steam Deck

Follow these steps to enable SSH:

  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.
  5. Select Power > Switch to Desktop Mode.
  6. Open Konsole from the Start menu.
  7. Set a password (if you haven't already) using the command: passwd.
  8. Enable SSH using: sudo systemctl start sshd.
  9. To ensure SSH starts after a reboot, use: sudo systemctl enable sshd.
  10. You can now access your Steam Deck remotely using a third-party SSH client.

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

Disabling SSH on Your Steam Deck

To disable SSH:

  1. Open Konsole from the Start menu.
  2. Use sudo systemctl disable sshd to prevent SSH from starting automatically on reboot. To immediately stop SSH, use sudo systemctl stop sshd.

Connecting to Your Steam Deck via SSH

Once enabled, use a third-party application like Warpinator for easy file transfers. Install Warpinator on both your Steam Deck and your PC, then launch it on both devices simultaneously for simple drag-and-drop file transfer.

Alternatively, if you're using a Linux PC, you can connect directly through your file manager. Enter sftp://deck@steamdeck in the address bar and provide the password you set earlier.