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 gaming, and SSH provides secure remote access.
Enabling SSH on the Steam Deck
Follow these steps to enable SSH:
- Power on your Steam Deck.
- Access the Steam menu (usually a button).
- Navigate to Settings > System > System Settings > Enable Developer Mode.
- Access the Steam menu again.
- Select Power > Switch to Desktop Mode.
- Open Konsole (the terminal) from the Start menu.
- Set a password (if not already set):
passwd(enter and confirm your password). - Start the SSH service:
sudo systemctl start sshd - Enable SSH on reboot:
sudo systemctl enable sshd - You can now access your Steam Deck remotely using an SSH client.
Important: Avoid modifying or deleting system files to prevent OS corruption.
Disabling SSH on the Steam Deck
To disable SSH:
- Open Konsole from the Start menu.
- Disable SSH on reboot:
sudo systemctl disable sshd - Stop the SSH service immediately:
sudo systemctl stop sshd
Connecting to the Steam Deck via SSH
Use a third-party SSH client 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.

Latest Downloads
Downlaod
Top News