Tagged Questions
1
vote
1answer
67 views
Run script on remote machine via telnet (not SSH)
I need to somehow run a script which resides on a remote machine running Ubuntu.
SSH or any other connection type that requires complex encryption is not possible.
The client that will connect to the ...
-2
votes
1answer
44 views
remote access a Linux server and change user with shell [closed]
I'm trying to write a Linux shell that can do the following works:
client: Linux OS, a text file AFILE.
server: Linux OS, it can only be connected through SSH using account A, there's also an ...
0
votes
1answer
229 views
copy file to a vagrant remote environment
I'm worknig on a remote codebase via vagrant development environment and I use sshfs for mounting the remote point on my localhost as below:
sshfs hostname:vagrant_remotemountpoint mountpoint
To ...
0
votes
1answer
43 views
remote script execution produce errors
I execute groovy script remotely on Linux machine. That produce me error
bash: -c: line 0: syntax error near unexpected token `('
My command is :
ssh user@11.11.11.11 ...
0
votes
0answers
96 views
java executable jar executes in background but doesn't give control back to DOS/Open ssh in windows
We need to execute a jar file in background remotely on a windows machine from linux machine through ssh and exit the session leaving the jar running in the background. All this is to be done using a ...
0
votes
1answer
145 views
SSH MOTD per User [closed]
After connection to the ssh you get a welcome message that is fed by /etc/motd. Now I would like to have those messages per user but I am not allowed to edit /etc/motd.
So I wonder if there is ...
0
votes
1answer
243 views
Using net/ssh ruby library to remote command execution that requires sudo su - another user
My environment is configured with SSH password-less authentication for user
"master" between node Server (rundeck server) and node Target (remote Solaris host).
On Target I want to execute a script ...
2
votes
2answers
944 views
How to provide “reverse ssh” to a shell?
Scenario:
Many embedded devices (running Linux) out in the fields, behind routers so NAT'd and we can't make connections to them.
We need for a support person to be able to initiate a terminal/shell ...
2
votes
3answers
2k views
How to connect to a remote unix box from java and run unix script in it?
I need help in writing java code that can connect to a remote UNIX box, and run a script on that box.
I have scoured the internet, but I have been unable to find proper documentation on how this can ...
1
vote
1answer
271 views
error in getting a remote file in shell script
I have this script that is doing a scp onto 4 servers and getting the file on the calling server , but when I run it I get the following error:
syntax error near unexpected token `then'
line 16: ...
0
votes
1answer
569 views
How to run my shell script from windows Webpage?
I want to execute some batch jobs from my unix box thro shell scripts.
Scenario:
I have some shell scripts in my unix box, want to run those scripts thro my windows webpage. This is to achieve by ...
0
votes
1answer
58 views
Remote Database Retrieval CronJob
I'd like to set up a cronjob which downloads a remote database (nightly) via SSH and creates the database locally (in OSX) using MySql.
Any recommendations?
0
votes
1answer
386 views
remotely run a script sitting in a windows server from a unix box or from another desktop (Say windowS)
I have to run a batch job which sits in the windows server from my unix box.
Or from my local machine.
The win server has a userName/Pwd .
How do i programmatically connect to the windows machine and ...
1
vote
2answers
1k views
use perl script on remote servers and bring back output to local terminal or screen
I have the following perl script that works locally given the input parameters.
I need the script to access remote servers for the same information, given that I've already setup the ssh keys ...
