question

sharbich avatar image
sharbich asked

"Solved" Raspberry: Change ssh Port on Venos OS

Hello,

  • i want to change the ssh port from port 22 to 8022 on my Raspberry PI. The whole thing should continue to work on after a firmware update (reboot). Do I have to change something in the rc.local file, right?

Thank you for your support

Greeting from Stefan.

Venus OSRaspberry Pi
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

1 Answer
sharbich avatar image
sharbich answered ·

Hello,

the Solutione is:

nano /etc/ssh/sshd_config
---#Port 22
+++Port 8022

Greetings Stefan Harbich

2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.