6 FAQ tagged "ssh server"
Viewing 1-6 of 6 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 stop
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 [...] - Ubuntu Linux OpenSSH Server installation and configuration
Q. I have just installed Ubuntu 6.06 and I would like to allow remote login to my system from home via ssh. How do I install and configure SSH server?
A. OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may [...] - Restrict ssh access using Iptable
Q. How do I stop or restrict access to my OpenSSH (SSHD) server using Linux iptables based firewall?
A. Linux iptables firewall can be use to block or restrict access to ssh server. Iptables command is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. However, you [...]
Viewing 1-6 of 6 FAQ - ( see all popular tags )


Recent Comments
Today ~ 2 Comments
11/26/2008 08:55 pm (6 days ago) ~ 18 Comments
Today ~ 8 Comments
Yesterday ~ 4 Comments
Yesterday ~ 6 Comments