I‘m new to Linux and my boss told me to remove ssh server as we don’t need to provide the remote login and file transfer capabilities of SSH. How do I disable and remove OpenSSH server?
{ 0 comments }
I‘m new to Linux and my boss told me to remove ssh server as we don’t need to provide the remote login and file transfer capabilities of SSH. How do I disable and remove OpenSSH server?
{ 0 comments }
{ 7 comments }
I accidental deleted the configuration file stored in /etc/ directory and the latest backup were made yesterday. How do I resinstall the package using the yum command under RHEL / CentOS Linux server?
{ 3 comments }
How do I force yum command to disable certain packages from being installed using certain repos such as EPEL under RHEL or CentOS Linux 6.x server?
{ 2 comments }
I want to use my local machine as the X server over ssh. But when I try to run ssh -X -v user@server1.example.com to the remote machine, I get the following error:
debug1: Remote: No xauth program; cannot forward with spoofing
How do I fix this problem and use X over ssh?
{ 0 comments }