The Steam Deck is a powerful and versatile device that not only caters to gamers but also to users seeking a portable PC experience. With its desktop mode, the Steam Deck allows for much more than just gaming, including the ability to access internal storage files remotely for various purposes.
Running on a version of Linux, the Steam Deck supports Secure Shell (SSH), a protocol that enables secure and remote data access. However, many Steam Deck users are unaware of how to enable and utilize this feature. This comprehensive guide will walk you through the process of enabling and using SSH on the Steam Deck, along with other essential tips.
Enabling SSH on your Steam Deck is straightforward. Follow these steps:
passwd
. Set a strong password.sudo systemctl start sshd
. To ensure SSH starts after a reboot, enter: sudo systemctl enable sshd
.Be cautious not to delete or move system files, as this could corrupt the operating system.
If you need to disable SSH on your Steam Deck, follow these steps:
sudo systemctl disable sshd
. If you need to stop SSH immediately, use: sudo systemctl stop sshd
. With SSH enabled, you can remotely access your Steam Deck's data using third-party applications like Warpinator. Install Warpinator on both your Steam Deck and your PC, and launch them simultaneously. Transferring data between devices becomes a simple process.
For Linux PC users, no third-party application is necessary. Simply open your file manager and enter the following directory in the address bar: sftp://deck@steamdeck
. Enter the password you set earlier to establish the connection.