Wireless Steam Deck file transfer is THIS easy!
0 up · 0 down · 0 ratings
Description
trying to move files off your shiny new steam deck well you don't need this we have the power of SSH baby to start head into desktop mode and open the console app run the pass WD command to set a password so you can log in enter this command to enable the SSH server then enter the password you just set next you'll need an SFTP client on your computer on Windows a good one to use is winp open Win SCP and enter deck is the username and steam deck as the host name if steam deck doesn't work as the host name type this command in console and use that IP address as the host name instead enter your password and click save and make sure the site name is something you'll recognize hit login and once it's connected our Windows PC should have full access to all the files on our steam deck now we can copy files to and from our steam deck storage and you can even access the SD card it's best to disable the SSH server when you're done as leaving it enabled can be a security risk when you're on the go and just like that you can now copy files to and from your steam deck wirelessly pretty sick
The short demonstrates how to enable SSH on a Steam Deck, configure WinSCP on a Windows PC, and transfer files wirelessly. First, the user logs into desktop mode and runs the pass WD command to set a password for the SSH server. Next, they launch WinSCP, enter the deck as the username and host name, and use the IP address from the console to connect. Once connected, the PC can access all files on the deck, including the SD card, and copy files to and from the storage. Finally, the user reminds to stop the SSH server when finished to avoid security risks.
Viewers praise the concise instructions and appreciate the use of WinSCP, noting that the short makes SSH setup feel approachable. Comments highlight the usefulness of the "sudo systemctl start sshd" command and the convenience of disabling the server afterward. Several users mention that the tutorial clarifies a previously confusing process, and a few suggest alternative tools like Warpinator, though WinSCP remains the preferred choice.
Topics · tech · review · pc · gaming · tips
Questions answered
- What command starts the SSH server on Steam Deck?
- sudo systemctl start sshd
- Which client is recommended for Windows?
- WinSCP
- How to disable SSH after transfer?
- Use systemctl stop sshd