For SFTP: Install WinSCP, and login using SFTP protocol with your same SSH user details.
For Port number: Open ssh config file with this command
vi /etc/ssh/sshd_config
Locate the "Port" directive. Change the default SSH port. Restart SSH and connect via Putty using the new port address. Don't forget the port number. To restart ssh server, use this command:-
/etc/rc.d/init.d/sshd restart
|