Home > News > Steam Deck Unveils SSH Access

Steam Deck Unveils SSH Access

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 gaming, and SSH provides secure remote access. Enabling SSH on the Steam Deck Follow these steps: Power on your Steam Deck. Access the Steam menu (u
By Aiden
Feb 18,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 gaming, and SSH provides secure remote access.

Enabling SSH on the Steam Deck

Follow these steps:

  1. Power on your Steam Deck.
  2. Access the Steam menu (usually by pressing the Steam button).
  3. Navigate to Settings > System > System Settings > Enable Developer Mode.
  4. Return to the Steam menu.
  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 enable SSH on reboot: sudo systemctl enable sshd.
  10. You can now access your Steam Deck remotely using a third-party SSH client.

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

Disabling SSH on the Steam Deck

To disable SSH:

  1. Open Konsole.
  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 the Steam Deck via SSH

After enabling SSH, use a third-party application like Warpinator (requires installation on both your Steam Deck and your other device). Launch Warpinator on both devices for easy file transfer.

Alternatively, if you're using a Linux PC, open your file manager and enter sftp://deck@steamdeck in the address bar. You'll be prompted for the password you set earlier.

Top News

Copyright fge.cc © 2024 — All rights reserved