-2
votes
1answer
62 views

Increase FD limitation then SSH not working? [closed]

I'm using CentOS 6.3 64bit, and having trouble with increase FD limitation: SSH not working after changed the limitation, every-times I logged on my server, after typed password, then "connection ...
0
votes
1answer
42 views

Communicating with another terminal application via SSH

I'll start off by saying I'm no Linux guru, or even close. I use it to develop embedded applications and it serves my purposes just fine as such. I have a program which is running (I suppose the ...
1
vote
1answer
29 views

Block IMAP, POP on Linux [closed]

How can I block or deactivate the whole e-mail service on my server (pop, imap, smtp, php mail)? For Outgoing and Incoming emails?
1
vote
4answers
52 views

SSH across all machines in network, how?

I guess this might be an elementary Linux issue, but I'm having a bit of trouble setting up a singular SSH key for a farm of machines that I'm managing. In doing research into the matter, most of ...
0
votes
1answer
104 views

How to delete FTP user in ssh? [closed]

I am accessing dedicated server*(centOS)* through ssh. I have created few FTP accounts to give them temporary access to change files. Now I dont need it and I want to delete FTP user that I have ...
-1
votes
1answer
53 views

SSH New FTP User [closed]

I need to create an FTP user and give him access to a particular folder on a particular domain through SSH on CentOS. I have been searching all over but cannot find a good guide. Can someone suggest ...
1
vote
1answer
343 views

Gitolite setup: unable to login with ssh key

I am trying to setup Gitlab on my server (Centos 6.3) and facing some problems with Gitolite setup. I have created two users (as mentioned in guide :)). gitlab and git. Created ssh keys for gitlab ...
2
votes
1answer
147 views

Set password for user on CentOs with SSH

I'm trying to set a password for an user I add over SSH with my program. This is my code so far: private void button1_Click(object sender, EventArgs e) { SshStream ssh = new SshStream("IP", ...
0
votes
1answer
68 views

How to upload a mysql database from one centos server to another centos server over shh [closed]

Anyone knows how to upload an mysql database from one server to another server over ssh? Regards
0
votes
1answer
63 views

Error with Conch when installing Kojoney (SSH Honeypot)

I'm trying to setup kojoney, a ssh honeypot, on Centos 6.3, but I'm having issues getting the installation to complete successfully. For reference, I have been using two tutorials: ...
-1
votes
1answer
1k views

Centos Postfix wont send emails [closed]

We were using Qmail previously, but that suddenly stopped. I made the switch to configure Postfix instead, but can't seem to get it to send emails. We are using gmail business emails for our clients, ...
1
vote
1answer
485 views

Hudson SSH key permission denied

I am running Hudson service (daemon) as custom user by making configuration changes in /etc/sysconfig/hudson as "HUDSON_USER=myuser". I have confirmed that SSH server has RSA key added that is present ...
0
votes
1answer
103 views

Cannot copy the public key to remote-host using cat

Im trying to setup the passwordless SSh Login like the one stated here I was able to generate the SSH Key Successfully ssh-keygen But when I'm doing this cat ~/.ssh/id_dsa.pub | ssh ...
0
votes
0answers
152 views

still asking for password even after setting up the machine for Password-less SSH Login

I need to copy a file from a remote machine to my local machine and I need to automate it. I've tried SCP command and it's working, however, I could not automate the part wherein it is asking for the ...
1
vote
2answers
399 views

Setting up CentOS firewall for remote MongoVUE GUI access

I'm trying to set-up MongoVUE to connect to a networked server running MongoDB. I can connect to it very easily either via SSHing in Putty or using mongo ip:port in windows command line. However, ...
2
votes
2answers
2k views

Setting up jenkins on centos: problems with ssh keys and git

Went through a lot of questions, but nothing seems to be solving my issue. Or to be more precise I am not sure if I am doing the whole thing correctly. So here it is: Have installed centos 6.3 OS. ...
0
votes
0answers
94 views

GNU Screen Keeping Emacs When Exiting

I SSH into a CentOS server from Mac OS X 10.8 Terminal. I use Screen on both my Mac and the server I SSH into. When using Emacs, upon exit it keeps Emacs on the screen instead of showing the previous ...
1
vote
1answer
186 views

why there are 23 files in /dev/pts while only 8 pts are showed using who command?

only 8 pts files are used [root@home tmp]# who root pts/2 2012-08-15 18:36 (:pts/1:S.0) root pts/6 2012-08-21 16:36 (10.10.11.168) root pts/3 2012-08-15 19:24 ...
0
votes
2answers
1k views

CentOS 6.3. SSH. Bind to port xxx on 0.0.0.0 failed: Permission denied

CentOS 6.3 Minimal Configuration. Installed SSH Server, port 22. All works correctly. I change port 22 on 777 and restart sshd and see in logs: Jul 26 01:01:07 myserver sshd[1590]: error: Bind to ...
1
vote
1answer
174 views

Connecting to server that's used as a vpn [closed]

I have OpenVPN installed on my computer, when I'm connected to the server which has the OpenVPN installed and then SSH/FTP to that server, it doesn't want to connect Error: Connection timed out ...
1
vote
1answer
302 views

SFTP Works with bash but not nologin

All of my sftp accounts had a default shell of /bin/nologin All of a sudden they are failing with exit code 1. I can change the default shell to /bin/bash and it works fine, but not a good solution. ...
0
votes
1answer
368 views

/sbin/service lazyness shortcut

I'm running CentOS 5 and disabled the root login for security reasons. Now, as root I could start and stop services like this: httpd restart mysqld stop postfix start but with the new user I set ...
0
votes
0answers
534 views

“Access denied” error when trying to login via SSH [closed]

I have a server and I'm trying to connect via SSH (with Putty client on Windows 7) using a regular user (root user logs in fine). There I get the error "Access denied" right after I input the ...
1
vote
2answers
366 views

SSH2 change a user password

I've been playing around with SSH and now I need to change a user's password via the PHP's ssh2, Here's my code: $stream = ssh2_exec($ssh, 'passwd test1234'); stream_set_blocking($stream, true); ...
1
vote
2answers
2k views

need help installing pecl on centos 5.8

So basically I'm trying to install APC, but I can't get pecl to work on Centos 5.8 i686 I have the latest stable releases of php-fpm, mysql, and nginx. Everything is working at 100%, everything is ...
0
votes
1answer
27 views

how do you search for a particular keyword within a php file?

I'm trying to search for a word/phrase within all the php files and all sub-directories where the command is run from. I'm using ssh with root access.
1
vote
3answers
309 views

lost a public key and disabled root ssh login on rackspace cloud, how do i ssh to server now? [closed]

I have a cloud server (centos) on rackspace, and long time ago i've disabled root login and created a user with ssh public key autorisation. A hard drive on my laptop broke down recently and i lost my ...
0
votes
3answers
1k views

SSH2 PHP Extension

I have been trying for a while to get the SSH 2 extension for php installed on my CentOS 5.6 x64 server. I started the server from scratch and here are the steps I have taken install and configure ...
1
vote
5answers
322 views

SSH as user allowing temporary root access in Linux [closed]

I want to SSH a CentOS server as user X, say (not root). I then want to transfer files to the server. That is easy enough. But then I want to move the files to a "pool" where all users can access ...
0
votes
1answer
346 views

Running Jenkins without Tomcat, attempting to SSH

I am not running jenkins through tomcat; I am instead running it as... I don't really know. I installed it through yum, and I run it. I pay for the development of around fifty small java ...
0
votes
1answer
661 views

Cronjob on CentOS, upload files via scp and delete on success

I'm running CentOS 6. I need to upload some files every hour to another server. I have SSH access with password to the server. But ssh-keys etc. is not an option. Can anyone help me out with a .sh ...
-1
votes
2answers
2k views

centos 5 - ssh zip command for excluding directories and files

i'm trying to use this ssh command in centos 5 to zip up a directory full up folders and files yet exclude the examples below. it's not working. zip -r file.zip * -x dir1 -x dir2 -x file1 -x file2 ...
0
votes
1answer
144 views

How to grant access without setup account in CentOS

I have a sudo account (not root) on several CentOS servers. We would like to share the cluster with other uses who do not have an account for research purpose. (By share I mean users can reserve a ...
1
vote
3answers
1k views

Recursive erase hidden files

I'm trying to recursive erase all files that begin with "._" (aka mac dot files) on my server using SSH. The files are listed with a ls -a but this won't work: rm -rf ._* I know there's a way. ...
0
votes
2answers
243 views

File permissions changing on save ( using root )

Using a fresh installation of CENTOS 6.2, when I connect to the server ( SFTP mount with nautilus ) and edit files, no matter what permission the file had before, it is reset to 700, ...
2
votes
1answer
198 views

Restrict commands to be executed over ssh

i'm a linux newbie. i'm using Centos 5 64-bit. i have a user test on my server. i want this user to run top and dif -h commands over ssh. so when some user connect to my server over ssh under test ...
0
votes
3answers
260 views

Unix/CentOS how to parse access_log and log any matches to file

I have running in background (SSH) tail -f access_log | grep 'POST /index.php' > test & I ran this command inside /var/log/httpd where the access_log and error_log is stored. I keep doing ls ...
0
votes
2answers
342 views

Setup a linux server using CentOS [closed]

I am really new to the linux side of things,I have insatlled CentOS on a virtual machine using VM-ware and was wondering how I should go about setting it up to be a server. The main thing T want to be ...
1
vote
2answers
294 views

bash script for screen -r

I want to make a bash script that echo's something into one of the screens that I have running (screen -r is how I get to it in SSH). I was wondering how I would make the script execute itself in ...
0
votes
1answer
1k views

Unable to connect because your certificate is not yet valid. Check that your system time is correct

I don't know what i did wrong. My time is correct, i even updated it from microsoft. client config: tls-client client dev tun proto udp remote xx.xxx.xxx.xxx 80 resolv-retry infinite nobind tun-mtu ...
0
votes
0answers
309 views

Install fresh OS ( CentOS 6.0) over current OS (CentOS 5.5) on hosted server [closed]

I want to install CentOS 6 over CentOS 5.5. [Apparently CentOS do not recommend upgrading from 5.5 to 6.0.] I can't find any information about going about this via SSH, I'm guessing there's no ...
1
vote
4answers
4k views

CentOS scp without password not working

I have been trying to connect from one EC2 instance to another using ssh public keys and have been having a very tough time. Here is the scenario: I need to have box 2 scp a file from box 1 in a ...
1
vote
1answer
1k views

Installing TexLive on CentOS5 via SSH

I am trying to install TexLive remotely via command line SSH on a computer running CentOS5. What is the easiest way to do this?
1
vote
3answers
551 views

How to figure out why ssh session does not exit sometimes?

I have a C++ application that uses ssh to summon a connection to the server. I find that sometimes the ssh session is left lying around long after the command to summon the server has exited. ...
1
vote
1answer
441 views

How to ssh in the face of huge (30 second) latency? [closed]

I need to create an ssh connection between two Linux machines running Centos v5 but the latency could be as high as 30 seconds. I find that if I test something approaching this configuration ...
0
votes
2answers
544 views

Problem executing java on CentOS

My run script start.bat java -server -Xmx1024m -Xbootclasspath/p:"/Java/Server Applet/bin" applet.Server When I execute it from SSH terminal ./start.bat I get this: Exception in thread "main" ...
1
vote
1answer
1k views

PHP loop acting as cronjob[ensure only one instance running]

I have a multi part question for a php script file. I am creating this file that updates the database every second. There is no other modeling method, it has to be done every second. Now i am running ...
1
vote
1answer
94 views

Why are lowercase characters in CentOS rendering as blocks?

I've been checking up on who's been signing up for one of my websites by using the brute-force SELECT * FROM tblUsers; I hash user passwords, so they don't render as cleartext, and I noticed a ...
0
votes
3answers
2k views

Remote X session is slow [centos5]

Okay, I've scoured google and I haven't found an answer for this. Not exactly programming related unless I was trying to use an ide over the session... I have servers at the same remote location; ...