Tagged Questions
1
vote
4answers
53 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 ...
3
votes
0answers
195 views
SSH connection closed after first password attempt [closed]
So, I'm having a rather weird problem. I have a server, that when I try to SSH into, immediately closes the connection if I type in the correct password on the first attempt. However, if I ...
2
votes
1answer
128 views
How to modify PATH for non-interactive SSH call in RHEL 5?
I am trying to modify the PATH variable of my SSH server such at a non-interactive shell command ssh myserver.com 'echo $PATH' returns the desired path. I tried modifying ~/.bashrc and ~/.profile ...
0
votes
1answer
43 views
Remote port access
I was working on the intranet at work on a virtual machine set up for my project and at some point I have to access it by putting localhost:port number and it works.
Right now I'm home working on it ...
0
votes
0answers
57 views
Access Adobe Air Application over SSH on Red Hat Server
I have one simple Air application running on Red Hat (RHEL 5.5 server). I need it to access over SSH.
Currently i am able to access from one remote user. If i try to access from another user, nothing ...
4
votes
3answers
8k views
how to write a bash shell script to ssh to remote machine and change user and export a env variable and do other commands
I have a webservice that runs on multiple different remote redhat machines. Whenever I want to update the service I will sync down the new webservice source code written in perl from a version control ...
0
votes
1answer
874 views
/bin/bash giving a segmentation fault upon startup
I am getting a segmentation fault from bash when I try to SSH to a remote server (running RHEL 4.4.5-6). After providing my credentials, the SSH client spits back the "Last login: ..." information, ...
1
vote
1answer
165 views
Mercurial SSH connection fails on Linux RedHat 5
I am trying to set up SSH connection to Bitbucket using Mercurial.
I first generated public key, save it, ran ssh-agent, save the public key at bitbucket.
I followed all steps at link : ...
0
votes
1answer
1k views
Linux sudo, [ant:sshexec] Remote command failed with exit status 127
A little background:
I have a gradle script that i use in order to install and setup serveral softwares on many different machines - I run this locally with the purpose to accelerate the deployment ...