Tagged Questions

0
votes
0answers
14 views

Building OpenSSH on Cygwin

I'm trying to build OpenSSH 5.1 on Cygwin. I'm using the following configure command: ./configure --prefix=/usr --sysconfdir=/etc --libexecdir='${sbindir}' \ --localstatedir=/var …
0
votes
1answer
43 views

Accessing a git repository via ssh behind a firewall.

I would like to access (clone/push/pull) a private (via ssh) git repository while behind a corporate firewall that only allows http proxy access. I have written a robust Java (daem …
5
votes
4answers
99 views

ssh with command…Plus the shell

Hi, 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 …
0
votes
0answers
26 views

How to install source rpm(src.rpm) in fedora?

Hi, How to install source rpm(src.rpm) in fedora? When i try to rebuild spec file after install package(for example openssh) with sample command : rpmbuild -ba openssh.spec I …
2
votes
3answers
649 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 wit …
0
votes
1answer
22 views

Scheduled sftp job fails

I have Cygwin+OpenSSH installed on Windows XP workstation. Simple SFTP process (batch file) runs fine when launched from the Command Prompt and fails when launched by a Scheduler …
0
votes
0answers
86 views

Proper setup of user permissions for OpenSSH on Windows? [closed]

I am trying to setup OpenSSH on Windows to provide SFTP sites. I am running into some problems with user security settings. Here are the basic steps I've gone through to create a …
3
votes
3answers
373 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 CC= …
1
vote
1answer
95 views

SSH intermittently freezes on Cygwin before requesting a password

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 websit …
1
vote
0answers
64 views

How do I skip the “known_host” question the first time I connect to a machine via SSH with public/private keys? [closed]

How do I skip the "known_host" question the first time I connect to a machine via SSH with public/private keys?
0
votes
1answer
76 views

php chown file in remote server ssh2

Hi, I'm uploading one file from one server to other using ssh2_scp_send(). Everything works fine, the only problem is that I don't know how to change the owner and the group of t …
0
votes
0answers
92 views

SSH tunnel VPN with dynamic tun indexing [closed]

I've had some success with using ssh tunnels over a public wireless network to mimic a private wireless network. This is a very light weight approach as it only requires a few lin …
0
votes
3answers
85 views

Are there ways of doing opendir(), readdir() type of calls through SSH/SFTP?

I have a bit of code that reads a directory for files to process. I currently use the dirent.h,opendir(),readdir() methods of doing this. I have been told that I need to do the sam …
0
votes
0answers
459 views

OpenSSH can’t open known_hosts and id_rsa, but the files are clearly accessible [closed]

It seems my openssh client (OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007) is unable to open known_hosts or the id_rsa file, even though I can see them just fine by looking at their co …
0
votes
1answer
378 views

Convert pem key to ssh-rsa format

Hi 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 result is t …

1 2 next
15 30 50 per page