0
votes
1answer
20 views
pysvn with svn+ssh
I'm working with pysvn, and I'm trying to find a decent way to handle repositories that are only accessible via svn+ssh. Obviously SSH keys make this all incredibly easy, but I can …
0
votes
0answers
36 views
SSH remote port forwarding [closed]
I want to connect to my computer(local) behind NAT through public accessible server(public).
On local: ssh -g -R 8000:localhost:22 user@public
Then on public: ssh -p 8000 user@pu …
2
votes
1answer
17 views
Is it possible to ssh into Windows (through a cygwin sshd) and start a program on a logged in Windows user’s desktop?
Is it possible to ssh into Windows (through a cygwin sshd) and start a program on a logged in Windows user's desktop?
Put another way, say a user ABC is logged in on windows and …
-1
votes
1answer
76 views
How can I debug a Perl CGI script?
I inherited a legacy Perl script from an old server which is being removed. The script needs to be implemented on a new server. I've got it on the new server.
The script is pret …
1
vote
1answer
31 views
ActionScript 3 and SSH
Is there a library for SSH in ActionScript 3? If not, I'd appreciate some ideas on how to have Flash integrate with SSH.
I have a Flash prototype programmed out, and my client wan …
0
votes
0answers
80 views
How can I provide a SSH password to SVN on the command line? [closed]
In my case, I want to do a SVN checkout:
svn co svn+ssh://10.106.191.164/home/svn/shproject
However, I want to have the password in that one line, so that it doesn't pop up.
1
vote
2answers
33 views
Solving thread cleanup on paramiko
I have a automated process using python/paramiko anf have this error:
Exception in thread Thread-1 (most likely raised during interpreter
shutdown)
....
....
<type 'exception …
1
vote
2answers
49 views
How to run, monitor and stop a PHP script using SSH on a shared webserver?
Can a normal member (not an admin) of a shared webserver with (limited) SSH access run, monitor and stop a PHP script through SSH? If so, how would all three actions be done by the …
1
vote
4answers
57 views
how to use ping in a script
I want a bash script that'll do:
for c in computers:
do
ping $c
if ping is sucessfull:
ssh $c 'check something'
done
If I only do ssh and the computer is iresponsive …
0
votes
0answers
71 views
How to ssh a computer over a router [closed]
At home I have a linux machine behind a router. How can I ssh it?
0
votes
0answers
41 views
Disable ssh password authentication by user [closed]
Is it possible to enable ssh password authentication for one user on a system and disable it for an other.
If you add
ChallengeResponseAuthentication no
PasswordAuthentication no …
0
votes
0answers
34 views
x11 looks ugly while opening a remote window from ssh. Can I use GTK themes? [closed]
I use to connect to a distant computer running linux from my mac using ssh.
For example I use:
$ ssh -Y login@host
then
$ gnome-open .
in order to open a nautilus window. Th …
0
votes
0answers
113 views
How to use ssh from shell script without waiting for password? [closed]
I can not use public key method. I also don't want to use expect script. I searched this site for solution but everybody is talking about these solutions.
Is there any other w …
1
vote
3answers
132 views
How do I use ssh from emacs?
Hello,
I normally connect to another server using the terminal using:
ssh username@xx.xx.xx.xx
However, I have been using emacs a lot now, and I am wondering if I can connect t …
4
votes
1answer
98 views
vim screen restore
Hi,
i use vim in screen for development and if i quit vim, the current screen-content stays there...
outside the screen (xterm), exiting vim will restore the previous buffer
(lik …
