4 FAQ tagged "ssh_server"
Viewing 1-4 of 4 FAQ -- Ubuntu Linux: Start / stop / restart OpenSSH / ssh server :
Q. I need to provide remote access to my server. How do I start / stop ssh server under Ubuntu Linux 7.04 operating system?
A. You need to run script /etc/init.d/ssh to stop / start / restart OpenSSH server.
Start OpenSSH server
Type the following command:
$ sudo /etc/init.d/ssh start
Stop OpenSSH server
Type the following command:
$ sudo /etc/init.d/ssh start
Restart [...] - How to: Transfer MySQL database from one server to another UNIX / Linux server :
Q. I’m moving my server from local data center to another data center. I’ve new server up and running. My site is dynmic and I’d like to transfer MySQL database from old server to new server. How do I make transfer smooth and successful?
A. The best and secure way is to use ssh to [...]
- Linux: Openssh (ssh server) deny root user access :
Q. How do I block access to root user over ssh session?
A.. sshd (OpenSSH Daemon) is the daemon program for ssh. Server side ssh configuration is defined in /etc/ssh/sshd_config file.
You need to use DenyUsers option to block access to root user.
This option can be followed by a list of user name patterns, separated by [...] - HP-UX start or stop / restart OpenSSH SSHD service :
Q. I’ve HP-UX installed on my HP UX UNIX server. But I’m not able to start or restart the OpenSSH ssh server. How do I stop or restart sshd under HP-UX?
A. HP-UX Secure Shell uses Pluggable Authentication Module for password authentication. Server configuration file is located at /opt/ssh/etc/sshd_config.
HP-UX SSHD System Startup and Shutdown script:
/sbin/init.d/secsh {start|stop}
System [...]
Viewing 1-4 of 4 FAQ - ( see all popular tags )


Recent Comments
Today ~ 3 Comments
Today ~ 57 Comments
Yesterday ~ 9 Comments
Yesterday ~ 7 Comments
Yesterday ~ 1 Comment