|
|
|
-->
|
|
|
ShowMyPC Help -> SSH Server Setup
| How to setup an SSH server for a self Hosted Showmypc Application? |
Operating System: Linux
- Disable any programs listening on Port 443.
- (Typically apache web server will be listening on this port.).
- vi /etc/httpd/conf.d/ssl.conf
- Comment out line #Listen 443
- Restart apache server (/etc/init.d/httpd restart)
- Change ssh server listener port to 443
- vi /etc/ssh/sshd_config
- Edit this line in the file ("Port 22" to "Port 443")
- Restart ssh server (/etc/init.d/sshd restart)
- Create a new user and change password.(This is the username and password that you will provide us to be embedded in the application)
- /usr/sbin/useradd showmypcuser -s /sbin/nologin
- /usr/bin/passwd showmypcuser
- Enter the new password, when prompted.
|
| For everything else contact support@showmypc.com or go to Feedback |
|
|
|