Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
677 views

git push using PuTTY on Windows fails (fatal: The remote end hung up unexpectedly)

Excited about being ready to do my first git push ever, I created an alias for PuTTY in my cygwin environment: alias ssh="/cygdrive/c/PROGRA~2/putty/PUTTY.EXE" Then invoked (inside my working ...
3
votes
2answers
53 views

algorithmic password on sshd

ok, i got this in my mind and curious if its possible. On linux systems, is there any way to generate a valid algorithmic password combination to login SSH, that we can generate valid password with a ...
3
votes
0answers
78 views

Perl - SSH daemon package [closed]

Do we have any Server module like HTTP::Daemon for SSH? I tried searching CPAN but no luck.
1
vote
1answer
29 views

Fork “free” sshd?

Is there a way to run sshd such that it can (at least for a limited number of log-ins) successfully return a prompt (likely busybox) even while fork is unavailable (e.g. out of PIDs)? It seems to me ...
1
vote
2answers
20 views

tunneling using SSH

I'm tunneling all of my internet traffic through a remote computer hosting Debian using sshd. But my internet connection becomes so slow (something around 5 to 10 kbps!). Can be anything wrong with ...
1
vote
1answer
131 views

Alternative ways to access Amazon EC2 instance should sshd die?

On a debian or ubuntu instance, autossh usually does the trick and on an arch instance, by adding the daemon name to the DAEMONS array in /etc/rc.conf file. What if sshd still fails to autorestart ...
1
vote
1answer
663 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
2answers
164 views

why background process group die when terminal closed

According to this faq (and by many other books): ftp://rtfm.mit.edu/pub/faqs/unix-faq/programmer/faq 1.15 Why doesn't my process get SIGHUP when its parent dies? SIGHUP won't be sent to ...
1
vote
1answer
135 views

where is SIGHUP from? (sshd forks a child to create a new session, kill this child and all processes in the session dies)

sshd forks a child process to create a new session. here is the output(partial) of pstree: sshd(1230) -- sshd(1234) -- bash (...) |- sshd(1235) -- bash -- a.out -- a.out ...
1
vote
1answer
58 views

Let sshd only accept freenx clients

I installed freeNX (remote GUI access), which is based on sshd service. It means all users who can access freeNX should be assigned a ssh-enabled account. But I don't want part/all of these users ...
0
votes
1answer
115 views

ssh to localhost displays “Connection closed by remote host”

I had ssh installed and working. I ran sudo chmod -R 777 /var and it stopped working. I changed permissions with sudo chmod -R 700 /var but that didn't make it work again. When I do ssh -v localhost ...
0
votes
0answers
79 views

SSHD Java example

Can anyone point me to some example code for using SSHD to access a server and execute some commands from a JAVA application. I have looked through the Apache SSHD website and downloads and have not ...
0
votes
0answers
23 views

Custom Apache SSHD server messages not displayed by Filezilla, WinSCP and Psftp.exe

I am setting up a custom SSH server using Apache SSHD which interacts with web services, and depending on the web service response the file will be stored or discarded. Following is my use case: All ...
0
votes
1answer
35 views

cannot login sshd with another port [closed]

ok,stop selinux, stop iptables /etc/init.d/iptables stop change sshd port and restart in /etc/ssh/sshd_config: Port 5050 check the port working netstat -ntlp | grep :5050 login on server ...
0
votes
1answer
92 views

public key authentication fails ONLY when sshd is daemon [closed]

I have no clue on how this happens. Everything is set up to perform authentication via public key. Yet, when sshd is running as a daemon (service sshd start), it doesn't accept public keys. (To obtain ...
0
votes
2answers
467 views

Centos 6 sshd “server refused our key”

I'm just setting up a fresh install of Centos 6 (my first time with 6) and have inserted the public key into the authorized_keys file - I'm using the same public/private key pair that I already use ...
0
votes
1answer
72 views

ssh(cygwin) service stop after successfully connecting one time

i have install cygwin and configure the ssh service completely but after accessing the computer from another pc and when i logout from that the service stop automatically and next time it refuse ...
0
votes
1answer
188 views

Change the default port that Nagios monitors a well-known service on

Just installed Nagios 3.2 and have it monitoring 4 or 5 windows hosts as well as itself. The localhost (Ubuntu 10.04) has SSHD configured, but I've changed the port it's listening on. Nagios hates ...
0
votes
2answers
154 views

Black screenshots using c++ and cygwin sshd service

I have a problem when trying to capture screenshots using c++ on windows xp. The code is similar to this: hDc = CreateCompatibleDC(0); hBmp = CreateCompatibleBitmap(GetDC(0), width, height); ...
0
votes
1answer
330 views

ClientAliveInterval to prevent ssh session freezing / disconnecting?

After having my VPS upgraded to CentOs 5.5, I began to experience frozen / disconnected shell sessions if I had neglected them for a certain amount of time. Very annoying. The solution I found was ...
0
votes
0answers
27 views

sshd connection attempt callback to validate public key?

Is it possible to run my own script to validate the public key provided to an SSH server? I found this patch for openssh-server, but it's two years old and I don't know if similar functionality has ...
0
votes
1answer
137 views

Problem with Ganymed API

I am writing SSH Client code using Ganymed API's. When I am trying to execute a command remotely through my code it showing nothing and Program execution is not stopping. My putty giving correct ...
0
votes
1answer
1k views

In SSHD Configuration what is MaxStartups 10:30:60 means

Probelm Is : Some SFTP connections are failing in customer environment But using sample code if i test with same server no connection is failed. may be in customer envi many ...
0
votes
1answer
143 views

how to recover an amazon ec2 instance with a messed up sshd configuration

when changing /etc/sshd_config I made a mistake and didn't notice that sshd wasn't running anymore when I logged out. Naturally I can not log back in because sshd is not running. Is there any other ...
0
votes
1answer
188 views

How can I install a SSH daemon in msysgit

How can I install an SSH daemon in my msysgit environment so that I can use a SSH client to access msysgit? The reason behind this is that I don't like the default command window that is used by ...
0
votes
2answers
4k views

SSH Password/User problem with Cygwin sshd service

hello I just set up SSHd through Cygwin on a Windows XP Pro box overseas using a RAT and discluded the openssh package from the install. I ran the cywin shell (from c:\cywin) and ran Now, It's under a ...
-1
votes
0answers
15 views

Get client's MAC address when connecting with SSH [migrated]

I want to get the MAC address of every machine that connects via SSH to my server. Is this possible? If yes, can you provide me some references? Thank you in advance!