How do I execute a script on remote server called server2.example.com from my PC?
{ 5 comments }
I‘m trying to login using ssh keys but server is only allows to login me using a password. The following message is logged into server /var/log/secure file:
Feb 25 06:36:50 ns5 sshd[26681]: Authentication refused: bad ownership or modes for file /home/user/.ssh/authorized_keys2
How do I fix this problem?
{ 1 comment }
Q. I’ve couple of Linux / Windows server hosted in remote data center? My ISP provides following option for rebooting the box: a) Graceful shutdown command b) An IPMI reboot c) A power strip Which one is the best way to reboot server and why?
{ 1 comment }
Q. How do I install OpenSSH server on Asus EEE Laptop PC?
{ 4 comments }
Q. How do I restart / stop / start networking under Ubuntu Linux system from a shell prompt?
{ 2 comments }
Q. How do I tunnel X Windows Securely over SSH? I’d like to run X program on my remote Linux server and get back display to Laptop computer connected by high speed internet? A. A tunneling protocol is a network protocol which encapsulates a payload protocol, acting as a payload protocol. Reasons to tunnel include [...]
{ 4 comments }