Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
4k views

Refresh disks on live system without rebooting

I have 4 drives in a server. This is a live server. One of these drives I replaced with a different drive and changed the mount point for the new drive so as to avoid confusion. After completing the ...
user avatar
2 votes
1 answer
2k views

Force password for ssh login

I have two servers with CentOS6 and CentOS7. Both of them has SSH access. My client computer has Ubuntu 16.04. For CentOS6 I can login with command ssh -i ~/.ssh/serv1 root@serv1 but command ssh ...
venoel's user avatar
  • 193
0 votes
1 answer
518 views

Server DNS not resolving on CentOS 6

i have CentOS 6 installed on VPS, where i have installed BIND and setup additional IP on VPS as well for nameservers as ns1.domain.com and ns2.domain.com i am unable to get the same resolved to ...
devilcrab's user avatar
9 votes
1 answer
2k views

SSH - 1s hang at "Entering interactive session" (Not DNS; possibly SELinux related)

I'm having an issue on CentOS 6.7 where SSH logins are 1s more than any non-6.7 machines on this network (e.g. 7.2, 5.11). Running debugging on the client side showed the hang at "Entering interactive ...
Morgon's user avatar
  • 203
7 votes
4 answers
16k views

x2go passphrase prompt then authentication fail [closed]

Have read following post and although it had a similar title it wasn't the same problem: Able to connect by SSH, but not x2go From windows 7 client and windows 10 client at home to centOS6.7 remote ...
WAITDN's user avatar
  • 71
1 vote
2 answers
2k views

SSH works locally but not remotely

Recently ran into a hardware issue on my CentOS machine. After a PSU, ram, mobo and CPU replacement I think I have the hardware issue resolved. However, I believe I have a network configuration ...
Chris's user avatar
  • 419
1 vote
1 answer
1k views

Why does my command stop when I exit SSH? [closed]

I am running the following command in a loop (without notable memory leaks) as a cPanel user: nohup php ~/www/app/console.php run clean 1> /dev/null 2> ~/www/logs/run_clean.log & But when ...
Gabriel Santos's user avatar
0 votes
1 answer
489 views

SSH to local without password

We have some scripts that need to rsync without entering a password. I am trying to SSH to a local machine (itself). I cannot get it to work. It is always asking me for a password. It works fine SSH-...
bledi's user avatar
  • 1
0 votes
1 answer
493 views

ssh warning message missing file issue

When I log into ssh (centos 6.5 64bit) Can't locate warnings.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/...
user avatar
3 votes
3 answers
15k views

fail2ban iptables having port 22 and fails to block ssh on custom port

This question is almost same problem like mine but accepted answer doesn't solve my issues In Fail2Ban, How to Change the SSH port number? SSH on port 22 everything works great. After 5 attempts ...
Ergec's user avatar
  • 608
1 vote
2 answers
2k views

SSH does not use PublicKey on CentOS 6.3

I have a CentOS 6.3 server and with a user named ako. I am running Kubuntu 12.10 as my client and I have copied my public key to the server using the ssh-copy-id command. I have updated the /etc/ssh/...
Omid Kamangar's user avatar
1 vote
2 answers
4k views

CentoOS SSH Access

I'm executed this commands with root user i'm on a CentOS 6.3 server: #useradd newuser #passwd newuser #visudo then I added this line at end of file: AllowUsers newuser #service sshd restart #...
Rodrigo's user avatar
  • 199
1 vote
1 answer
215 views

OpenVZ VMs redirect to main node?

I have a new fresh CentOs 6 machine and have SoulsVM and OpenVz installed on it. When I create VPS it came online with no problem. When I try to SSH to the VPS it gave me "Access Denied." I reset ...
Marco's user avatar
  • 111
9 votes
1 answer
3k views

CentOS is ignoring my public key

I am trying to connect to my own CentOS server using SSH; I am able to connect fine with a password; I am trying to connect with my public key, but the server does not attempt public key ...
ILikeFood's user avatar
  • 399