The Steam Deck is a powerhouse of versatility, catering not only to gamers but also to those who use it as a portable PC. With its desktop mode, users can go beyond gaming and access internal storage remotely for various needs.
Running on a Linux-based system, the Steam Deck supports Secure Shell (SSH), a protocol that allows secure remote data access. However, many users are unaware of how to enable and utilize this feature. This guide aims to demystify the process of enabling and using SSH on the Steam Deck, providing comprehensive instructions and additional tips.
Enabling SSH on your Steam Deck is straightforward. Follow these steps:
passwd
. Follow the prompts to set your password.sudo systemctl start sshd
. To ensure SSH starts automatically after reboots, enter: sudo systemctl enable sshd
.Important: Avoid deleting or moving system files to prevent OS corruption.
If you need to disable SSH, follow these steps:
sudo systemctl disable sshd
. To stop SSH immediately, use: sudo systemctl stop sshd
. With SSH enabled, you can remotely access your Steam Deck's data. For instance, you can use a third-party app like Warpinator. Install Warpinator on both your Steam Deck and your PC, then launch them simultaneously to transfer data effortlessly.
If you're using a Linux PC, you don't need a third-party app. Simply open your file manager and enter sftp://deck@steamdeck
in the address bar. Enter the password you set earlier to establish the connection.