====== SSH on Steam Deck ====== ==== Enable ==== - Go to Desktop Mode - Hold the power button for 3 seconds - Select **Desktop Mode** - Press A or select it with the touchscreen - Wait for the desktop to load - Open **Konsole** (KDE Linux Terminal) - Set a password for "deck" user (if set skip this step), you only need to do this once - type sudo passwd - **Typed characters are not visible, not even stars** - You will se prompt New Password: - Now enter your password and press Enter on the onscreen keyboard - Enter your password again and press enter - Enable SSH with command sudo systemctl start sshd - To enable it on startup runsudo systemctl enable sshd - We also recommend you set your SSH to only accept SSH keys instead of passwords \\ See guide here: [[:laptopwiki:guides:os:linux:sshkeys|]] ==== Disable SSH on Steam Deck ==== - Go to Desktop Mode - Open Konsole - Run sudo systemctl stop sshd - Run sudo systemctl disable sshd --- //[[laptopwiki:staff:index|dustojnikhummer]] 2023/01/19 //