Steam Deck's SSH Activation Guide Released
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 a secure way to manage files remotely.
Enabling SSH on the Steam Deck
Follow these steps to enable SSH:
- Power on your Steam Deck.
- Access the Steam menu, then navigate to
Settings > System > System Settings > Enable Developer Mode
. - Return to the Steam menu and select
Power > Switch to Desktop Mode
. - Open Konsole from the Start menu.
- Set a password (if you haven't already) using the command:
passwd
. - Enable SSH using the command:
sudo systemctl start sshd
. - To ensure SSH starts automatically after a reboot, use:
sudo systemctl enable sshd
. - 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 the Steam Deck
To disable SSH:
- Open Konsole from the Start menu.
- Use
sudo systemctl disable sshd
to prevent SSH from starting on reboot, orsudo systemctl stop sshd
to immediately stop the SSH service.
Connecting to the Steam Deck via SSH
After enabling SSH, use a third-party application like Warpinator for easy file transfer. Install Warpinator on both your Steam Deck and your PC, and run it on both simultaneously for simple drag-and-drop file transfers.
Alternatively, if using a Linux PC, you can directly access your Steam Deck's files through your file manager. Enter sftp://deck@steamdeck
in the address bar and provide the password you set earlier.
Latest Articles