Hi,
I was just wondering if I could port forward my pi's port (22) without the router username and password. (not the default, been changed and forgotten)
Hi,
I was just wondering if I could port forward my pi's port (22) without the router username and password. (not the default, been changed and forgotten)
No you cant.
You can change the default port in /etc/ssh/sshd_config
This will allow you to connect to sshd on another port and HIGHLY recommended if it is open to the outside world.
Please see http://www.raspians.com/Knowledgebase/how-to-change-ssh-port/
Do not forward port 22 to your pi you will have some issues with scripts banging down the door.
If you like my answer please mark it correct and/or helpful.
No you cant.
You can change the default port in /etc/ssh/sshd_config
This will allow you to connect to sshd on another port and HIGHLY recommended if it is open to the outside world.
Please see http://www.raspians.com/Knowledgebase/how-to-change-ssh-port/
Do not forward port 22 to your pi you will have some issues with scripts banging down the door.
If you like my answer please mark it correct and/or helpful.