laptopwiki:guides:steamdeck:steamos:enablessh

This is an old revision of the document!


SSH on Steam Deck

  1. Go to Desktop Mode
    1. Hold the power button for 3 seconds
    2. Select Desktop Mode
    3. Press A or select it with the touchscreen
  2. Wait for the desktop to load
  3. Open Konsole (KDE Linux Terminal)
  4. Set a password for “deck” user (if set skip this step)
    1. type
 sudo passwd
  1. Typed characters are not visible, not even stars
  2. You will se prompt New Password:
  3. Now enter your password and press Enter on the onscreen keyboard
  4. Enter your password again and press enter
  5. Enable SSH with command
 sudo systemctl start sshd
  1. To enable it on startup run
 sudo systemctl enable sshd
  1. We also recommend you set your SSH to only accept SSH keys instead of passwords

See guide here: SSH keys

  1. Go to Desktop Mode
  2. Open Konsole
  3. Run
     sudo systemctl stop sshd 
  4. Run
     sudo systemctl disable sshd 
  • laptopwiki/guides/steamdeck/steamos/enablessh.1674137955.txt.gz
  • Last modified: 19/01/2023 15:19
  • by dustojnikhummer