Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
3answers
16k views

How do I remove the passphrase for the SSH key without having to create a new key? [closed]

I set a passphrase when creating a new SSH key on my laptop. But, as I realise now, this is quite a PITA when you are trying to commit(git,svn) to a remote location over SSH many times in an hour. ...
13
votes
10answers
26k views

SSH Private Key Permissions using Git GUI or ssh-keygen are too open

Recently I've been unable to clone or push to github, and I'm trying to find the root cause. This is on windows I have cygwin + git as well as msysgit. Msysgit was installed with the following ...
10
votes
9answers
13k views

Running commands over ssh with Java

Scenerio: I'd like to run commands on remote machines from a Java program over ssh (I am using OpenSSH on my development machine). I'd also like to make the ssh connection by passing the password ...
9
votes
1answer
536 views

Using public key from authorized_keys with Java security

How can I use an entry from the systems authorized_keys file for a java.security.PublicKey implementation? I specifically want to compare a public key from the authorized_keys file with a public key ...
9
votes
4answers
910 views

ssh with command…Plus the shell

I'd like a command that ssh'es into a machine, runs a command (cd or execute a script or su), and then gives me the shell. Passing a command to ssh seems to always exit. Some examples of what I'm ...
8
votes
2answers
8k views

Convert pem key to ssh-rsa format

I have a certificate in der format, from it with this command I generate a public key: openssl x509 -inform der -in ejbcacert.cer -noout -pubkey > pub1key.pub Which results in this: -----BEGIN ...
7
votes
6answers
386 views

Emacs / CVS / OpenSSH: preventing password popup

I'm using GNU Emacs on my Ubuntu netbook in fullscreen mode. When I edit files that are under version control and hit C-x v v to commit the latest changes, an OpenSSH popup window will open and ask me ...
6
votes
2answers
1k views

getting ssh-agent to work with git run from windows command shell

I have msysgit installed, with OpenSSH. I am connecting to a gitosis repo. From the git bash, I have created a .profile file that runs ssh-agent (if not already running) each time git bash is opened. ...
5
votes
3answers
1k views

compiling OpenSSH for iPhone?

I'm trying to (cross-)compile obfuscated-openssh for the iPhone, and I'm running into some problems. I'm using this to configure the build: ./configure --host=arm-apple-darwin ...
4
votes
1answer
74 views

ssh port forwarding (tunneling) in linux

I have a specific scenario that I want to solve. I currently connect to a host via port forwarding: laptop -> gateway -> remote_server_1 and another host: laptop -> remote_server_2 ...
4
votes
2answers
93 views

How to obtain stateful ssh shell session programmatically?

I am working on an application that needs to send commands to remote servers. Sending commands is easy enough with the plethora of SSH client libraries. However, I would like shell state (i.e. ...
4
votes
1answer
122 views

Deriving an SSH Fingerprint from a Public Key in Python

I'm trying to understand the steps to take an OpenSSH public key like so: ssh-rsa ...
4
votes
1answer
858 views

Importing OpenSSH RSA Public / Private Key Pair into Apple's Keychain Access

As stated in the title, I would like to import a key pair into Keychain Access. What I have done: Obtaining an RSA public / private key pair by using OpenSSH What I am going to do: ...
4
votes
5answers
749 views

Do you know of any OpenSSH libraries for Windows?

I'd like to incorporate OpenSSH support into a Windows application and I am looking for a library (preferably .Net or something easily integrated into .Net) that can provide this functionality. I'm ...
3
votes
3answers
70 views

Including GPL software in private application [closed]

I'd like to use openssh client for windows in a closed source appliation I'm building. openssh falls under the openbsd license so I believe I'm good there. The part I'm not sure about is openssh for ...
3
votes
2answers
53 views

what happens to a process when its parent sshd process terminates?

If I am running a shell on host1 and I do ssh host2 some-command, then I close the terminal window (or otherwise kill the ssh process on host1) it seems that the sshd process on host2 terminates ...
3
votes
3answers
1k views

'X' does not appear to be a git repository (I'm sure the path is correct)

I want to be able to work from home by cloning of the git repository that exists on my work desktop to my laptop. Both systems are running msysgit within a cygwin shell. Both systems are using ...
3
votes
1answer
1k views

Converting an OpenSSL generated RSA public key to OpenSSH format (PHP)

I've been trying for a while to generate an RSA keypair using PHP's openssl extension and save the result as an OpenSSH compatible keypair - meaning the private key is PEM encoded (which is easy) and ...
3
votes
2answers
760 views

Sync local and remote folders using rsync from php script without typing password

How can I sync local and remote folders using rsync from inside a php script without beeing prompted to type a password? I have already set up a public key to automate the login on remote server for ...
3
votes
4answers
765 views

Hudson+Git clone failure

We had Hudson set up with Git + OpenSSH on Windows Server 2003 Enterprise and it was working fine for a while. Then suddenly, it started to hang during a clone at 12% always, we suspected maybe the ...
3
votes
2answers
346 views

new encryption algorithm for ssh

I am asked to add a new algorithm to ssh so data is ciphered in new algorithm, any idea how to add new algorithm to ssh ? thanks
3
votes
3answers
176 views

.gitmodules changes with multiple git users, causing a constant headache

allow me to first of all say I'm a Git n00b and relatively new to version control entirely. We've done a good job of using Git in a Windows environemnt with Visual Studio so far, and all seems to be ...
3
votes
1answer
1k views

Compile OpenSSH for use in iphone application

I am trying to create an application to take advantage of OpenSSH to create an sFtp client for the iphone. I know that it is possible to create ssh clients for iPhone (iSSH, TouchTerm, etc) and I also ...
3
votes
4answers
1k views

Managing authorized_keys on a large number of hosts

What is the easiest way to manage the authorized_keys file for openssh across a large number of hosts? If I need to add or revoke a new key to an account on 10 hosts say, I must login and add the ...
2
votes
2answers
36 views

Is OpenSSH appropriate for encrypting large amounts (MB/GB) of data?

I've written a backup script on my linux machine that creates periodic archives of my work folders, then uploads them to a couple of different servers. As some of the files contain sensitive ...
2
votes
4answers
98 views

Execute a command on remote hosts via ssh from inside a bash script

I wrote a bash script which is supposed to read usernames and IP addresses from a file and execute a command on them via ssh. This is hosts.txt : user1 192.168.56.232 user2 192.168.56.233 This ...
2
votes
0answers
333 views

passwordless ssh not working [closed]

I've tried to setup a password-less ssh b/w A to B and B to A as well. Generated the public and private key using ssh-keygen -trsa on both the machines. Used the ssh-copy-id utility to copy the ...
2
votes
0answers
873 views

sftp-server on android - compile the sftp-server from openssh for android

I've tried to build openssh, more specifically only the sftp-server part of openssh, for android. Before I successfully compiled dropbear for android, but I am missing the sftp-server part. So here I ...
2
votes
3answers
163 views

Is there a python module which provides entry points that wrap the openssh client?

Is there a Python module which provides provides remote control functions by launching subprocesses implementing the ssh command line interface? The kind of functions that would be useful include: ...
2
votes
1answer
464 views

Generate valid openssh ssh key under windows

I've some persons that are under windows, and they need a public/private RSA keys pair in order to get them authenticated to gistosis, a GIT server. We use SmartGit as our GIT GUI, and this tool ...
2
votes
1answer
377 views

Auth fails on Windows XP with git and tortoisegit

My authentication keeps failing. I've created my SSH keys and the public key has been imported by the local git admin, but I still get prompted for a password: git.exe clone --progress -v ...
2
votes
1answer
393 views

How to disable password authentication for every users except several

I want to share my answer for question in title, which I can't find quickly. There many topics how to disable password auth at all: UsePam yes # it will not be used ChallengeResponseAuthentication ...
2
votes
3answers
1k views

How can I use PHP to setup an interactive SSH session?

I'm trying to establish an interactive SSH connection to a remote server using PHP via the command line on Mac OS X 10.6. I'm currently using PHP's proc_open function to execute the following ...
2
votes
3answers
237 views

How can I programmatically detect ssh authentication types available?

I'd like to write a monitoring plugin that checks various hosts on my network to make sure that password or interactive SSH authentication is not enabled. That is, I need to write code that: ...
2
votes
1answer
2k views

use ppk file in mac terminal to connect to remove connection over ssh

I have been using putty on WINDOWS XP and used the .ppk file to connect to my linux servers (several servers) On the servers I have the following folder and file ~/.ssh/authorized_keys I now want to ...
2
votes
1answer
1k views

Generated public rsa key on mac for use with git, but can't locate it?

I'm on mac os X (new to it) and need to generate a public rsa key for use with git (think I got that right). I'm following the directions here: ...
2
votes
2answers
9k views

Cygwin in Windows 7

I am a fan of linux but due to worst intel wireless drivers in linux, I had to switch to windows 7. I have installed cygwin in windows and want to configure ssh, to remotely connect to my laptop. I ...
2
votes
2answers
312 views

System.Diaganostics.Process - (When one process internally uses another)

This is a bit involved, but please help. I'm starting to fall way behind due to this problem. God bless you for your attention to this. I've been using C# System.Diagnostics.Process to monitor the ...
2
votes
0answers
413 views

SSH intermittently freezes on Cygwin before requesting a password [closed]

SSH on Cygwin intermittently freezes before requesting password authentication. I would be grateful for a way to track down the error: is there a log file I can check, or a website that explains this ...
2
votes
1answer
3k views

How to handle ssh host key verification with 2 different hosts on the same (but changing) IP address? [closed]

I have 2 ssh servers behind a nat firewall at a location that changes its wan IP every day. They are always at the same wan IP address on a given time but on different ports. I am connecting to ...
2
votes
1answer
1k views

Using git with SSH and (sometimes) corkscrew

I need to use git over SSH (it's a self-imposed limitation, but one I am loathe to break). If my laptop is sitting on my home network, it all works great. When I'm at work or logged in via VPN, ...
1
vote
2answers
52 views

why permission of file changes after uploading file using sftp?

Suppose The file permission at local machine is 644 and using openssh (sftp) /putty ssh if i upload file to remote file permission in remote machine changed to 640 Why ? What we have to do we we ...
1
vote
0answers
179 views

can't add user to gitolite repository

I use gitolite script to create projects (repos) and add users. I have already 3 users - 2 are developers, 1 is for jenkins. They have access via ssh ( simply generated rsa keys for each one and ...
1
vote
2answers
108 views

Storing passwords securely in MySQL, but still accessible by PAM

We have a PHP application that stores passwords just using the MD5 function (with no salt). We have OpenSSH set to use pam-mysql to authenticate users from the same database. We would like to ...
1
vote
1answer
234 views

Gitolite not updating authorized_keys file

I have recently installed Gitolite in a Cygwin environment using SSH keys and everything else. I successfully installed Gitolite and had access to the gitolite-admin repository, configured and put ...
1
vote
1answer
280 views

HARD: how to ssh localhost without password?

EDIT: Putting exactly what was done I need to SSH localhost without password, the usual way of doing it (with public keys) do not work. user@PC:~$ rm -rf .ssh/* user@PC:~$ ssh-keygen -t rsa > ...
1
vote
0answers
41 views

What is the ext. or mime-type of open-ssh-certs? (Puttygen)

i usualy use puttygen(windoz) to generate ppk-files and open-ssh-certificates (i write an ajax-web-putty using "Java Server Faces"). In putty-gen-menu i select "Conversions->Export OpenSSH Key" but ...
1
vote
1answer
636 views

Trouble setting up OpenSSH server on Windows 7 (can't start SSHD)

I just downloaded Cygwin for Windows 7. I want to install an OpenSSH SSH daemon, and after running "ssh-host-config", I tried starting the service by running $net start sshd System error 1069 has ...
1
vote
0answers
169 views

Use SSHTool to convert Putty Private Key to OpenSSH private key

In my java project I create a SSH tunnel with a server. The tunnel is authenticated currently using a putty private key and plink. Does anybody know how to use the java SSHTool library to either ...
1
vote
0answers
63 views

openSSH and LDAP for Windows

is it possible to use the LDAP / Active Directory with OpenSSH ? That is avoiding using the commands "mkgroup -d..." and "mkpasswd -d ..." of OpenSSH. These commands are used to define an user list ...

1 2 3