The Steam Deck isn't just a powerhouse for gaming; it's a versatile tool for portable PC users as well. Thanks to its desktop mode, users can go beyond gaming and access their internal storage remotely for various tasks. Running on a Linux-based system, the Steam Deck supports Secure Shell (SSH), a protocol that allows secure remote access to your data. However, many users are unaware of how to enable and utilize this feature. This guide will walk you through the process of enabling and using SSH on your Steam Deck, along with some handy 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 after a reboot, also enter: sudo systemctl enable sshd
.Important: Avoid deleting or moving system files to prevent any potential corruption of the operating system.
If you need to disable SSH, follow these steps:
sudo systemctl disable sshd
. If you want to stop SSH immediately, use: sudo systemctl stop sshd
. Once SSH is enabled, you can use it to access your Steam Deck remotely. One popular option is using an application like Warpinator. Here’s how:
For Linux PC users, accessing the Steam Deck via SSH is even simpler:
sftp://deck@steamdeck
in the address bar.