ssh

Installing git to be used in a multi-user system

I need to install git on a Ubuntu server that will be shared and accessed by multiple users. I assume I will use git+ssh, so each user will have a system account, but how do I go about installing git and a repository so that each user can push/pull over a local IP? ...

Needed to be guided trought SSH Tunnel with a delphi Application

Hi there I created a Delphi 2010 application. It is use by many company in the region from trusted to untrusted users. The application authenticate users with MySQL behind MD5 encrypted password. Following this, the application need to upload and download many files trought ftp. The fact is : any network sniffer (such as Ethereal also ...

How host a ssh server in ubuntu?

I have installed ubuntu as my guest Os using vmware as a virtual machine. I want to host a ssh server in my virtual machine(Ubuntu) and access it via ssh client in my windows. First of all , how to start a ssh server in ubuntu ? And how to achieve the above ? ...

SSHing across VM's on Windows XP

I have 2 VM's, A and B, running Red Hat EL 4.5, on a host machine running Windows XP. A's ip is 192.168.1.100 B's ip is 172.16.1.100 I have setup 2 virtual networks on Microsoft Loopback Adapter 192.168.1.1 with subnet mask 255.255.255.0 172.16.1.1 with subnet mask 255.255.0.0 I am trying to SSH from A to B: user@B ~ # ssh 172.16....

howto use connectbot/ssh functionality in my own app

Hello everyone. First, I'm new to Java and Android Development so I hope you're patient with me :) My aim in my first app is to establish an ssh-connection to my linux machine running openssh and sending commands to it on the one hand and receiving stdout on the other hand. Since there is an app for doing all the ssh that absolutely b...

Configuring PATH globally for SSH remote commands

Hello, I have a problem with the PATH variable on Debian Linux when executing commands via SSH. This happens for example when I use GIT or Mercurial and I have them installed in /opt instead of /usr/local. But I can also reproduce this easily like this: When I login to the server via SSH in a normal way and then do echo $PATH then I ge...

Cannot push git to remote repository: (SSH error)

When I attempt to push to my heroku.com remote git repository, i get this message: ssh: connect to host heroku.com port 22: Connection refused I can easily work with my repository on github with the same ssh key. Entering: $ssh [email protected] #outputs: success message $ssh [email protected] #outputs: ssh: connect to host heroku.c...

Why do some ssh sessions offer autocomplete and some not?

Very newbie question! I'm sshing to two different servers, both part of the same Amazon AWS cluster. They're not run by me. On one ssh session, the terminal lets me autocomplete. On the other session, it doesn't - I wish it did. Why is this - is it an option set by the server administrator? And can I do anything about it? thanks! ...

MakeFile Error for running a cpp file in ssh

CC=g++ CFLAGS=-O0 TARGET=./problem2_cpp OUTFILE=../output/cpp.txt $(TARGET): problem2.o $(CC) $(CFLAGS) -o $(TARGET) problem2.o problem2.o: problem2.cpp $(CC) $(CFLAGS) -c problem2.cpp clean: rm -f *.o $(TARGET) $(OUTFILE) run: $(TARGET) $(TARGET) <$(INFILE) >$(OUTFILE) I am a rather simple makefile to compile,run a cpp, and out...

How do I log on to my school network from my internet network at my house?

I basically just want to access the UNC drives from my house but they are local network paths e.g. \servername\resource Is there a way I can do this- is there a way to trace the UNC back to the server IP and then telnet into it? ...

kill all processes spawned by parent with `ssh -x -n` on other hosts

Hi A software named G09 works in parallel using Linda. It spawns its parallel child processes on other nodes (hosts) as /usr/bin/ssh -x compute-0-127.local -n /usr/local/g09l/g09/linda-exe/l1002.exel ...other_opts... However, when the master node kills this process, the corresponding child process on other node, namely compute-0-127 do...

Transfer a file/directory from local computer to remote computer via SSH in C?

I have my local computer and I also have a remote computer. I want to make a C program that moves a file or folder to that remote computer. How can I do this in C? Or is this only possible though Terminal commands? ...

Eclipse hanging in svn+ssh project

Hey! I am running eclipse php helios on windows 7 64bit. I have created a projected with existing sources, sources from a svn+ssh repository. I have the project in another pc, which is running ubuntu server 10.10. My problem is that I can't do a refresh of the project. It hangs when the bar is at half. I can see the file in php explore...