OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on

learn more… | top users | synonyms

1
vote
3answers
20 views

Putty Key Generator Command Line interface?

Is it possible to use Putty Key Generator via command line interface? I cannot find any documentation. Any pointers? Btw, I only want to generate a openssh formatted key pair on a windows machine.
0
votes
1answer
30 views

how to get mac share folder path on iOS

I'm working on an app,now i used openssh find and get access to my mac's file system,I can access every folder at my app.That dangerous for my computer,I want to know is there any way I can only get ...
-2
votes
0answers
21 views

ubuntu server 13.04 setting up chrooted sftp with openssh [closed]

I'm trying to set up a chrooted sftp server with openssh. What i want is.. sftp only for default users, no shell user hydro should be able to connect to the default shell (with ssh) for maintenance ...
0
votes
0answers
11 views

Twisted Conch Packet Integrity Error

When I connect using Twisted conch I get Packet integrity error (6 bytes remaining) at serverloop.c:980 in the /var/log/secure.log After that the connection gets dropped ("Disconnecting: Packet ...
0
votes
0answers
22 views

sshd service listening on multiple ports [migrated]

Well, I need use multiple and distinct ports where sshd will be listening, for distincts clients. Each client connect a different ssh port in real time. Can I put sshd service listening on multiple ...
0
votes
0answers
19 views

Get SSH Banner using raw sockets

I recently wrote a small script to get a list op ssh servers in my local network because I didn't know the ip address of my computers without connecting them to a screen and looking it up (which would ...
1
vote
1answer
20 views

putty disconnected error, openssh conflict with putty?

I have been having issues with being able push my changes to my heroku app. I was able to about 1 week ago but not I cannot. I cant think of anything I did to cause this (possibly installed the ...
-2
votes
1answer
21 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
10 views

SSH login issues using windows Open SSH [migrated]

I have installed openssh in windows 7 pc and tried to login windows by ssh command. But am unable to login to SSH server due to "ssh_exchange_identification: Connection closed by remote host" and ...
1
vote
1answer
51 views

Start OpenSSH service on iphone from iphone terminal

The OpenSSH ssh daemon is a useful tool for iPhone development. Is it possible to start the service directly from the terminal, without using some toggle?
-1
votes
0answers
20 views

why two o/p is produced at linking stage — openssl

I have installed openssl at this path - /usr /usr/lib contains :--- libcrypto.so libssl.so libcrypto.a libssl.a Makefile :---- CXX = g++ CC = gcc CFLAGS_TEMP = $(shell wx-config ...
0
votes
0answers
28 views

How do I run an desktop executable file on Windows over SSH?

Here's my situation: I have Machine A - Linux Box, and Machine B - Windows Box using Cygwin and OpenSSH. Currently, I can ssh between the two machines, and run programs. There is this program that I ...
0
votes
1answer
44 views

Convert ssh-dss key to .pem?

how can I convert an openssh dsa public key to .pem format? is it possible? I've used command openssl dsa -in u015_test.pub -outform pem > u015_test.pem but this is the output: read DSA ...
0
votes
0answers
25 views

How to import domain group into cygwin?

I'm a beginner of openssh for windows. Currently when I use local user to log on windows ssh server. It works well. But when I tried to import domain into Cygwin by typing "mkgroup -d >> ...
-1
votes
1answer
56 views

Setting up OpenSSH for Windows using public key authentication

I am having issues setting up OpenSSH for Windows, using public key authentication. I have this working on my local desktop and can ssh with a key from Unix machines or other openssh for windows ...
-4
votes
1answer
31 views

how to forward the ssh traffic to TCP port [closed]

How to forward ssh traffic coming to host "H" over port 22/x to a TCP server (application) listening for new connection at port "Y"? Help appreciated.
-1
votes
1answer
58 views

Bash shell scripting for answering the questions of SSH key generation

I want to answer the question of that appear in the bash shell Ex: at the script #!/bin/bash ssh-keygen -t rsa #it will appear a question >> Enter file in which to save the key # ...
0
votes
1answer
88 views

Convert ssh public key to pem format

I'm getting a public key from the github api, so it's in the format it needs to be for ssh to read it. I'd like to get formatted as a PEM so that I can work with it using ruby's OpenSSL library, ...
0
votes
1answer
100 views

Use preexisting RSA SSH keys to decrypt a text in C#

I have a pair of RSA public/private keys generated by the 'ssh-keygen' command in a Linux computer. There is a Ruby application in this Linux computer that encrypts a string using this public key, and ...
1
vote
1answer
32 views

How to specify -v option in openssh in perl

I'm using Net::OpenSSH module to connect to a node. But while connecting to the node, I need to specify -v for ssh as ssh -v admin@hostname. Tried using master_opts and default_ssh_opts. But they ...
0
votes
0answers
93 views

Cygwin user permissions for sftp (Operation not permitted)

So, I installed Cygwin 1.7.17 on Win7, I used mkpasswd to bring in a domain user (my main admin account). I used mkpasswd again to bring in a local account I created called "ffftp". mkpasswd -d -u ...
0
votes
1answer
34 views

Running instance of OpenSSH's sshd on OS X, but it won't accept valid user passwords

I'm running a instance of OpenSSH's sshd on OS X (10.8.3), but it won't accept valid user passwords. It simply responds, "Permission denied, please try again." I'm ssh'ing to localhost. If I add my ...
0
votes
1answer
33 views

Where does openssh decrypt and react to received packets?

I am trying to add a second layer of encryption (encrypted on the client side, and decrypted on the server side). EDIT: I apologize if I wasn't clear. I was looking for the function in the OpenSSH ...
0
votes
3answers
861 views

Fully working SSH command line client for Windows? [closed]

Is there an SSH (and SCP) command line client for Windows that works and supports public/private keys? "And supports public/private keys" excludes OpenSSH for Windows (try it, good luck - in the 9 ...
0
votes
0answers
57 views

Git under Cygwin prompts for ssh-askpass

ssh-askpass is normally an alias for the GUI-style program that prompts you for password, it normally comes with X or display manger... Cygwin provides no such thing / I don't want to install X for ...
0
votes
1answer
64 views

GitExtensions - OpenSSH ignores ~/.ssh/config file

Using gitextensions I try to clone my remote repository which results in gitextensions running the following command > C:\cygwin\bin\git.exe clone -v --recurse-submodules --progress ...
2
votes
0answers
142 views

How to cross-compile OpenSSH for ARM?

I am trying to compile OpenSSH using the Android NDK, but failing. My attempt consists of the following steps: cross-compile OpenSSL for Android and install headers / libraries to /home/me/arm grab ...
0
votes
2answers
74 views

SSH Communication Using Public and Private Keys

I am trying to understand how SSH authorization method work because I am trying to setup an git server using gitolite. As far as I know gitolite will use the ssh to authorize users and give access to ...
0
votes
2answers
61 views

use SSH over Python

How do I run this SSH on a python script? ssh gateway@192.168.0.189 'DISPLAY=:0 notify-send "Title" "Description"' My python script will ask for a raw_input() for the Title, and another one for the ...
-1
votes
1answer
269 views

Linux how to start “sftp-server”?

I'm not very familiar with it but there is installed openssh/sftp-server (by a vendor before) on RHEL and it was well running before i reboot the server. Then when i check after rebooted: # ps aux | ...
0
votes
1answer
67 views

“The login is invalid ” issue with cPanel

The credentials are correct and it's working fine on another PC, but not mine. I don't know what the problem is. I am getting the following message, I can access the website and I can log in to ...
3
votes
1answer
115 views

fabric keeps asking for password using SSH connection

I'm trying to connect to a windows azure instance using fabric, but despite I configure ssh conection to execute commands, fabric keeps asking for password. This is my fabric file: def azure1(): ...
1
vote
0answers
78 views

perl Openssh ConnectionTimeout not working

I have a perl script starts an EC2 instance and then uses Net::OpenSSH to connect and run some commands. my $ssh = Net::OpenSSH->new( $username . "\@" . $host, key_path => $key_path, ...
0
votes
1answer
65 views

Disable diffie-hellman or setting session key

Do you know if it is possible to disable Diffie-Hellman or set a fixed session key for openssh? Actually i want to analyze the traffic with WireShark and I need to decrypt it.
0
votes
2answers
107 views

SSH Server status in Python

I wanted to know if there is a way to find out the status of the ssh server in the system using Python. I just want to know if the server is active or not (just yes/no). It would help even if it is ...
0
votes
1answer
64 views

How to setup CruiseControl.net with git in a windows server

Can anyone help me to setup Cruisecontrol.net with git repository. This is what I include in the cruisecontrol config file <project name="MyFirstProject" description="demoproject ...
0
votes
1answer
23 views

GSS authentication for openssh client (Scientific Linux)

The task in hand is to look for an authentication mechanism from Linuix client (Scietific Linix 6.1) to a HyperV Server. I'm using openwsman to establish the connection; it seems openwsman does not ...
0
votes
0answers
87 views

TortoiseGit suddenly can't use private key

I've been using TortoiseGit for a while. Recenlty I've set up Stash (similar to github/gitorious) server and checked clone via ssh and it worked like a charm. I've created keys in puttygen added key ...
0
votes
0answers
41 views

Ssh client.py not working, showing connection error

My config file: Host server User new_user HostName 10.0.1.193 Port 55555 LocalForward 3000 10.0.1.193:6000 IdentityFile ~/.ssh/server Client.py import xmlrpclib s = ...
0
votes
1answer
409 views

Can not push to Github getting “Connection reset by peer” error

I have a simple rails test app and have been pushing commits to github w/o a problem. I went to setup w/ heroku, (created the app, loaded up ssh keys) and when I went back to push changes to github ...
-4
votes
1answer
40 views

SSH with key pair and password [closed]

I need a password-less SSH connection between 2 machines, but I also need to be able to login to them externally (the same network interface, but from a machine that is not one of the aforementioned 2 ...
0
votes
1answer
38 views

It is possible to specify interfase to ssh command? [closed]

I have tried to connect by ssh to my remote server. But due to proxy restriction it is impossible because eth0 is used as default. But I have wlan0 interface with my own internet gateway. How I can ...
1
vote
1answer
58 views

SSH not able to remember password

I'm using PHPStorm and an "OpenSSH" dialog continues to pop up every few minutes on a project I'm working on. It appears to be trying to fetch a status from the remote Mercurial repository. How can ...
0
votes
0answers
76 views

scp: FATAL: Executing ssh1 in compatibility mode failed

I'm using MacOSX that uses OpenSSH, I'm trying to "scp" from the Mac to a Linux machine that also has OpenSSH installed. For some reason I'm receiving the following error: scp: warning: Executing ...
0
votes
0answers
35 views

how to restrict folders to user (as using openssl chroot)

hi guys. i'm searching for openssl's manual(chroot) that restrict folders to user. for example. account :test home directory : homw/www/www.example.com/ wanna see and use in home ...
0
votes
0answers
34 views

parallel ssh (pssh) export remote variable

Hi I am trying to set a param in remote machines specified by the cluster. pssh -h nodes -l $USER -P "export TODAY=$(date +"%F");export NODE_NAME=hostname ; cp /home/\$NODE_NAME/grid ...
0
votes
1answer
59 views

Daemon accessible via TCP to keep SSH sessions open, create new sessions and send commands

I am currently designing some SSH control software to send commands to groups of servers. The front-end is written in PHP and I am currently using the Net_SSH2 PHP extension. This proves to be ...
-1
votes
1answer
87 views

ssh windows 7 connection refuser

trying to connect from localhost ssh <MyLogin>@localhost - connected trying to connect from another computer in my local network ssh <Mylogin>@<MyServerLocalIp> - ...
0
votes
1answer
61 views

compiling source from android externel folder

I have AOSP android-4.0.1_r1 downloaded from Android site. http://source.android.com/source/downloading.html There is OpenSSH folder and source inside /external folder. When I compiled the entire ...
1
vote
1answer
50 views

How do I manage externally maintained patches on software with git?

I'm trying to incorporate a community maintained patch on OpenSSH (Roumen Petrov's X.509v3 implementation) along with our own patches. This does not fit regular solutions as far as I know, as this ...

1 2 3 4 5 6