-2
votes
1answer
20 views

Remote desktop through SSH or port 22? [closed]

my school blocked all the ports except port 22 and I wonder how I could remote desktop my home pc trough port 22 from school.
0
votes
0answers
8 views

RDP and File Sharing issues over SSH

I have setup an SSH tunnel by following this tutorial: http://www.nikhef.nl/~janjust/CifsOverSSH/VistaLoopback.html I can connect just fine via SSH, browse my directories, etc. However, after ...
-1
votes
0answers
36 views

NFS vs SSH -YC - Which one is faster? [closed]

I frequently need to remotely run some programs installed on my server --like hspice or matlab. I used to mount the required nfs directories on my local machine (via etc/fstab). Recently, for some ...
0
votes
2answers
37 views

Remote ssh command, LF missing on STDOUT

This is my first question here :) I'm running into an issue while running a remote SSH command. The issue is that the output of the command comes back in a string without LF to delimit the lines. I ...
0
votes
0answers
39 views

Is it possible to power on a remote computer using SSH? [closed]

Anyone knows if it is possible (and if so, how) to power on a remote pc using SSH? I have a pc running linux (rhel5) and I can communicate with another pc running linux using SSH, so I can ...
0
votes
3answers
53 views

How does editing a remote file work?

I was wondering how editing a remote file without downloading it to the local computer actually works in detail. After using google and reading some posts I learned that this is possible using the FTP ...
0
votes
1answer
172 views

Open Port 3306 via SSH [closed]

I am trying to access a Remote MySQL database from a GoDaddy VPS. I have enabled remote access on my server but I need to open the 3306 port on GoDaddy's VPS. I was told by their suppor I would need ...
1
vote
3answers
206 views

Reading remote Ubuntu directory using ssh in java?

I want to read the content of a remote directory using java. The directory is on a machine running Ubuntu. Right clicking on the folder should give the share folder option and its installed samba ...
1
vote
2answers
35 views

vimrc to detect remote connection

At the moment I have to hard code the names of servers on my vimrc in order to either make it different on the remote machine. This is done by conditional statement using hostname() function in vim. I ...
0
votes
1answer
93 views

How to display the execution result in remote linux screen(command input via ssh)?

everyone : I need ssh to connect remote linux ,I already know how to run and display a GUI program in remote linux .It can be done by : ssh username@ip export DISPLAY=:0.0 firefox & however ...
0
votes
1answer
54 views

emacs tramp double-hop ssh earlier solutions just dont work

Problem Statement: Connect to machineB (jupiter) via creta@recog.vision.uni-bonn.de. My problem is closest to link 1 below. However, none of the info in the links make it work. To make the matters ...
0
votes
0answers
58 views

ssh remote access to java [closed]

So I am trying to connect to my computer at home and then run the java environment on that computer from a remote client through ssh. The following two steps of the output I am getting: Make the ...
0
votes
3answers
212 views

Execute remote bash with ssh together with a local script, that, when ends, will kill the remote execution

I logged with ssh on the server with public key (no password). This are the command that I would like to automatize with a bash: ssh user@ip cd path ./bash0.sh parameter1 paramter2 & <-- ...
0
votes
2answers
120 views

how to connect to local machine using remote client machine

I am newbie to python, using wxpython i have made a GUI model ,which does certain operation on local machine. I want that tool do operation on multiple local system from remote client. i have gone ...
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 ...
-1
votes
1answer
108 views

start kde from ssh [closed]

I have a program that I need for job desktop. I need to start computer (without monitor) with Linux(Kubuntu), connect with ssh from another computer and start kde. I don't need to see desktop. I only ...
-1
votes
1answer
107 views

Execute commands using ssh in java [closed]

Here is what I want to do in java: Open an ssh session ( remote or local). Send commands ( this is just an example): cleartool lsview cleartool setview cleartool catcs For ssh connection there ...
-2
votes
1answer
181 views

PC behind NAT - need to access web based apps (using web browser) [closed]

I've got a remote headless PC that sit's behind the ISP's NAT firewall, meaning there's no public IP address. This remote/headless PC successfully connects to reverse-ssh-tunnel and I can access it ...
0
votes
1answer
112 views

Banner Timeout Error on SSH Connection in PHP

I recently downloaded the phpseclib0.3.1 library for PHP which should allow me to connect to my EC2 instances via SSH. However, I'm getting trapped with a "Banner Timeout" error message. When I call: ...
0
votes
1answer
141 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 ...
-2
votes
2answers
74 views

Open graphic applications when connected by CLI terminal [closed]

I have to connect to remote Windows host through Putty with SSH or telnet. That means I can launch all command-line programs (e.g. dir, type etc.). I'm connecting from a Windows host. The remote host ...
0
votes
1answer
237 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 ...
0
votes
1answer
119 views

Running X program from SSH but using server's own X Display

I would like to run a window/X program from SSH but using server's own X Display for the window rather than client's X Display. How to do that? Please not that I am not asking for X Forwarding here. ...
-2
votes
3answers
86 views

SSH from a website to laptop [closed]

looking for help of guidance, is there a way, that if you created a website to monitor your laptop you could from the website get into a laptop, and run some commands, such as webcam or view running ...
7
votes
2answers
580 views

Bash: start remote python application through ssh and get its PID

I'm creating a little bash script to copy new files from a windows machine to a remote linux centos server (i run this script using the git-shell) then i want to restart the python application thats ...
3
votes
4answers
727 views

Where does rsync keep the log file for complete and incomplete data transfers?

I want to get the IPs of all the destination devices where my data transfer using rsync could not be complete (or even start) as those devices are not connected to Internet or got disconnected while ...
-2
votes
1answer
471 views

I can't connect with ssh to my server [closed]

I'm in work and i can't connect with ssh to my dedicated server, what alternatives do I have? I try teamviewer, vnc and more and is VERY slow, SSH and telnet can't connect, Thank You!
1
vote
3answers
184 views

Using vim to remotely edit a file on serverB only accessible from serverA

Although I have never tried this, it is apparently possible to remotely edit a file in vim as described here. In my particular case the server I need access to can only be accessed from on campus, ...
0
votes
2answers
242 views

SSH multiple terminal MAC [closed]

I have to log in remotely to do my work. Is there any way I can log into the same machine and have more than one terminal in my laptop? I can SSH multiple time but it's not efficient.
0
votes
0answers
100 views

Using ssh for remote commands

I need to use ssh to execute a remote command such as: ssh -l jsilva xman /vol/2011/linux_x64/exe/mx201111.exe When I execute ssh I receive the error message: ...
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 ...
2
votes
2answers
930 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 ...
1
vote
0answers
66 views

scp over login server

I need to copy files from a remote folder on machine S1 to my local machine L1 using scp. However, I have access to S1 only via a login server X1 (where I cannot store the files and cannot use nc). ...
0
votes
0answers
78 views

Best way to give remote access to users' computer

I've lot of (more than 500) clients (C) with Linux boxes. Each box has a server on port P (22, 80 or 443). Users are usually behind a NAT. I've a server S in the Internet that have to serve as a ...
1
vote
2answers
205 views

Run a script on my remote machine from my machine even when the connection is lost

I have a remote machine where i need to run some script say ./main.sh I am using ssh to login to the remote machine and run the script but when the network connection is lost the script doesn't run. ...
2
votes
1answer
744 views

Knowing if a remote port forward was successful?

I am trying to setup some reverse ssh tunnels so I can access my home network by bouncing off some server with a public IP. When I run this command: ssh -R :[port_XX]:localhost:22 some_user@my_server ...
1
vote
1answer
270 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
2answers
504 views

using cygwin sshd and xwin to launch window application from remote client

Could be a flaming thread but hope you dont mind a question from a curious Joe here. I have Desktop computer running downstairs running with winxp pro,cygwin,sshd,xwin. Whilst that, I am working ...
1
vote
1answer
899 views

How can I run an application on a remote machine by ssh?

How can I run an application on a remote machine via ssh? I tried using JSCH, this way: Properties props = new Properties(); props.put("StrictHostKeyChecking", "no"); String host = ...
3
votes
1answer
5k views

how to connect to a remote server using ssh and getting the information

I'm trying to write a shell script using bash. I have multiple servers and each servers have multiple apps runnings on it. Each server also has specific app scripts to check/stop/start etc. All I ...
2
votes
1answer
248 views

Remote connection solution and cut & paste monitoring

Guys I've been asked to evaluate a few remote connection solutions for my small company (linux & solaris, but could go for a solaris only solution). One of the more difficult requirements (for ...
1
vote
1answer
341 views

Rails application to interface with local machine running Ubuntu

What im trying to do: service-hosted rails app ( heroku or something ) user logs into application and wants to " DO THINGS " " DO THINGS " entails running commands to the local machine i have here ...
4
votes
1answer
4k views

C# Command Run remote System

I have to Run a command in Unix System from my C# Application running on Windows. The two system is in same network and I have all the required credentials. Is there is any API from which I can run ...
1
vote
3answers
1k views

How to check programmatically the OS of remote host?

I need to check if remote host is Windows or Unix/Linux. I can't assume that it has web server configured. All I can do is to try to connect to several TCP or UDP services. Which TCP services (TCP ...
0
votes
2answers
361 views

Using 'expect' in a secure fashion to automate logins/remote work

I have a server with which I cannot use pre-shared keys and ssh - all authentication is via interactive prompts. That server also has cron and at disabled for non-root users. I would like to be able ...
2
votes
1answer
454 views

Keeping access to a Fedora Amazon EC2 instance

I run a Fedora instance in Amazon EC2. I can access and work on it perfectly by Putty. I also set Seconds between keepalives to 1 for not losing the connection due to inactivity (I mean in Putty). ...
7
votes
8answers
12k views

Text editor for editing files over ssh

I can't find any free programmer-oriented text editor that would run on windows and would edit remote files over ssh(sfpt). Any suggestions?
3
votes
3answers
760 views

SSH login warning message on a server with 2 DNS names

I am doing ssh to server x1.example.com from a laptop sometimes from outside and sometimes from lan. From lan I just say ssh karl@x1 and from wan: ssh karl@x1.example.com But from lan I get ...