Created
September 25, 2022 01:01
-
-
Save lehmanjo/f0990cad147533d4f83538c4f1775620 to your computer and use it in GitHub Desktop.
Steam Deck - Enable SSH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hold "Power Button" | |
Select Switch to Desktop | |
Launch Konsole from Application Launcher (Windows 11 Start Menu equivalent) | |
Set default password | |
$ passwd deck | |
Check you IP address | |
$ sudo ip address | |
Enable SSH daemon (server) | |
$ systemctl enable sshd | |
$ systemctl start sshd | |
(optional) Pull your SSH keys from another Unix/Linux host | |
$ scp -rp user@host:.ssh ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment