Skip to content

Instantly share code, notes, and snippets.

@lehmanjo
Created September 25, 2022 01:01
Show Gist options
  • Save lehmanjo/f0990cad147533d4f83538c4f1775620 to your computer and use it in GitHub Desktop.
Save lehmanjo/f0990cad147533d4f83538c4f1775620 to your computer and use it in GitHub Desktop.
Steam Deck - Enable SSH
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