How do I start / stop or restart Apache web sever via SSH (secure shell) under Linux or UNIX operating systems?
Continue reading “Start / Stop / Restart Apache Web Server Via SSH”
Tag: ssh client
I configured and use my openssh server to accept only public key based authentication. I need to test if my server accepting password. How to allow ssh client to use only password auth when pubkey auth configured?
mysqldump: Copy Database Using Shell Pipes
in Categories MySQL last updated June 25, 2012Install Iptables Firewall in Redhat / CentOS Linux
in Categories RedHat and Friends last updated April 5, 2011HowTo: Run Firefox From The Command Line
in Categories Mozilla Software last updated March 23, 2011Linux Display Ethernet Bridge Name and Information
in Categories Linux, Networking, RedHat and Friends last updated March 21, 2011Force SSH Client To Use Given Private Key ( identity file )
in Categories OpenBSD last updated May 17, 2010Recently, my desktop hard disk crashed. So I reinstalled Linux and created a new set of private RSA keys for authentication. However, two of my remote UNIX servers still uses old DSA keys. I do not remember root password for those servers. I do have backup of private and public DSA keys and currently stored in /backup/home/user/.ssh/id_dsa and /backup/home/user/.ssh/id_dsa.pub. How do I force my ssh clients to use identity file /backup/home/user/.ssh/id_dsa to get back to my remote UNIX servers?