sshd is the SSH daemon which responds to incoming requests

learn more… | top users | synonyms

1
vote
1answer
37 views

Why am I prompted for a password when using SSH to connect to another server?

I installed a fresh copy of CentOS 6.4 on two boxes, and Im trying to setup password-less SSH from server1 to server2. On server 1, I generated a key with ssh-keygen, transferred it to server2, put ...
0
votes
0answers
26 views

SSH Key configuration

OK, so, this is what I'm trying to do: I have my own personal SSH key (with a password) that I use to ssh into any box that I'm authorized to, for shell access (or whatever else)... I have other ...
0
votes
2answers
33 views

ssh terminal session getting times out, broken pipe appears

SSH connection to AMI Instance gets terminate often. i do open by vi /etc/ssh/sshd_config but it seems to empty. what configuration needs to be modified so that we could eliminate the remote shell ...
5
votes
2answers
200 views

Cygwin Connection closed by ::1

During the installation of Hadoop I am trying to setup CYGWIN and ssh. Installed and ssh also started successfully and setup authorization key as instructed HERE but When I try to connect to the ...
1
vote
2answers
44 views

SSH attempts not logging in /var/log/

I have a Ubuntu 12.04 server with a hostnames 'example.org' and 'sub.domain.com', and some IP x.x.x.x, and with fail2ban installed. On one client computer, I can SSH into my server at ...
0
votes
1answer
65 views

CYGWIN SSHD service not starting

To setup Hadoop I am installing CYGWIN on my 32 bit Windows 7 machine. It has installed successfully without any error. CYGWIN Setup version : 2.774 $ uname -r : 1.7.17(0.262/5/3) SSHD installed ...
2
votes
1answer
38 views

Setting up sshd_config in cygwin for AES encrypted file transfer

I'm a bit newer to cygwin and sshd, and I want to configure sshd to allow encrypted SFTP file transferring. From what I understand, I need to find some sort of sshd_config example (which for some ...
1
vote
2answers
69 views

Linux: Find out who was logged on when?

I need to find out which user screwed up the ssh config. There's nothing in anyone's bash history. But I did see when a bunch of ssh-related errors in the logs that started at a specific time. I'm ...
0
votes
1answer
42 views

passwordless ssh not working between machines

I am trying to set up passwordless SSH between 4 machines. I was able to get it done for all of them except for one Ubuntu 12.04 machine where I cannot log into it passwordlessly. Here is the ...
0
votes
1answer
49 views

CentOS how to configure autoban after failed SSH logon attempts

I'm managing a virtual machine that some predecessor has set up. If I try to logon and enter the wrong password three times in a row my current IP gets banned for a lengthy time (some 30 minutes at ...
0
votes
0answers
53 views

ssh on qemu via tap interface

My host OS is Ubuntu and guest is a Gentoo-based distribution virtualized by QEMU with qemu-system-i386 -kernel kernel.img -append root=/dev/sda -hda Main.dd -hdb Local.dd -hdc Var.dd -net ...
0
votes
1answer
185 views

.ssh/environment does not work on Synology dsm3.2. How to fix/debug?

I'm trying to set up git on Synology NAS via ssh. I've created git user, set private key authentication and installed git package. I can log in successfully using private keys and have git in /opt/bin ...
0
votes
1answer
40 views

ssh access with key authentication does not work

I'm trying to set a no-password connection throw two servers, the first (A) runs Win server with Cygwin and the second runs Debian Linux. I followed this guide: http://troy.jdmz.net/rsync/index.html, ...
1
vote
2answers
75 views

Trouble with SSH

I am having trouble using ssh. I seem to be able to ssh out of the machine, but I can not locally ssh to the machine, nor can i ssh from a remote machine. I have checked the /etc/ssh/ssh_config and ...
0
votes
0answers
137 views

Cygwin OpenSSH closes immediately after a connection

Trying to connect to cygwin-sshd using putty or cygwin ssh on localhost, here is all I get. I have it working fine on a different Win7x64 machine but this one is proving hellish. Config files for ...
0
votes
1answer
165 views

Setup SSHd on port 522 on CentOS 6.3 (x64)

I currently run a server with SSH on a non-standard port for security reasons. That was 522 on CentOS 5, but CentOS 6 doesn't (easily) allow SSH to run on any port below 1024, other than 22 ...
0
votes
1answer
133 views

CentOS 6 sshd: Logging in works, but still claims “access denied”

I have just installed a plain CentOS 6.3 system. I enabled sshd, and try to connect with Putty. This works, but here is what I get: login as: user Access denied user@192.168.1.7's password: Last ...
0
votes
1answer
135 views

SSH: Connection to port 22 refused by server

I recently started to build a LAN using D-Link switch and I got some issues with it. My network scheme: -- is the Ethernet cables | Internet access via modem| -- | | | PC w/ Ubuntu ...
0
votes
0answers
78 views

Sub-Processes of Cygwin SSH Session Unable to Connect to Network

I've configured Cygwin's sshd to run on a Windows Server 2008 machine. I am able to log in to ssh fine, however once I'm logged in, I am unable to make any outgoing network connections out of the ...
1
vote
1answer
55 views

Which ssh-agent to connect to when setting SSH_AUTH_SOCK inside screen/tmux?

I am using a variation of the following line: export SSH_AUTH_SOCK=$(find /tmp/ssh-* -name agent.\* -uid $(id -u)|head -n 1) found over at Github. This way I should be able to use my forwarded ...
0
votes
1answer
45 views

SSH Log In Closes After Password Entry

I just bought my first VPS that I got a smoking deal on. It is running Ubuntu 11.10 X64. I set up a Minecraft server on it to see how it would handle it, and ending up created a minecraft account on ...
1
vote
1answer
98 views

allowing only certain commands in a ssh session

I am a lazy linux user and often use very short passwords for my main user account(s). Now, hopefully my firewall takes care of blocking most unsolicited access attempts and the OS (as far as it ...
0
votes
1answer
70 views

Running sshd behind home router: forwarding port 22 breaks my ability to browse the internet

I'm trying to run an sshd behind a home router (a D-Link DIR-655). Whenever I use the router's configuration program to forward port 22 to the box running sshd, the web becomes inaccessible from all ...
0
votes
1answer
376 views

Starting Windows GUI program in Windows through Cygwin sshd from ssh client

I would like to ssh into my Windows box running Cygwin sshd and run the Windows GUI application in that Windows box. I don't want X forwarding. e.g. From ubuntu-server terminal, I ssh into Windows ...
1
vote
1answer
299 views

SSHD on Windows8 won't start: System error 1068 has occurred

I just installed cygwin and ssh-host-config -y on two new laptops running Windows8-Home. On one of them, sshd starts, on the other it doesn't: C:\> net start sshd System error 1068 has occurred. ...
0
votes
1answer
40 views

Weird ssh behavior when listing folder

I was trying to get a file from my home PC using SSH, from my Android phone - connection went fine, but directory listing hanged. I've tried then using a PC with ubuntu, in nautilus - hang again when ...
1
vote
0answers
40 views

SSH logins failing before success

I am running Ubuntu 12.04 Server, updated, to run a webserver on Tomcat 7. I have about 1000 clients that are very very often using an RSYNC program to sync files with this server. Those RSyncs are ...
0
votes
0answers
83 views

SSH won't accept password

Is there a setting somewhere that overrides the user password for SSH? Whenever I try to login via password to my os x server I get an error message in secure.log -> Failed password for < ...
1
vote
1answer
261 views

KVM machine does not start ssh, network is started, used to work

have been searching an pulling my hear out for the last 6 hours. I have a virtual machine that has been running fine for the last six months. I was happy ssh'ing into it and it was running a database ...
1
vote
1answer
157 views

Reasons why ports below 1024 cannot be opened

I'm root on a machine I don't know how it was configured. I try to open SSHD on another port than 22 but it does not work. I changed the /etc/ssh/sshd_config file and added a new Port line extra to ...
1
vote
2answers
1k views

Cygwin sshd did not start due to a logon failure

After a cygwin sshd install, sshd service fails with: Error 1069: The service did not start due to a logon failure I try to give cyg_server standard user and admin access. The error is the same ...
1
vote
2answers
662 views

Slow data transfer using SSH

The server is an ubuntu server 11.04 with sshd. SSH works fine for console programs. But data transfer is slow, which is very annoying when transferring large files. I tried two different client ...
1
vote
0answers
104 views

Unstable ssh connections in to Ubuntu

I have Ubuntu 12.04 Server as my web host and mac os x as my work machine. I have troubles while connecting to host by ssh Sometimes i can ssh successfully and fast, but sometimes it says connection ...
0
votes
2answers
8k views

Command Line SSH restart Mac OSX Mountain Lion

How can I restart the SSH service via the command line on Mac OSX Mountain Lion please? Using ps aux | grep 'ssh', I was able to deduce that the process is most likely /usr/sbin/sshd. From here I ...
1
vote
0answers
396 views

How do I set up sshd using Cygwin on Windows 7 for remote login

I'd like to set up an ssh server with Cygwin on my Windows 7 desktop so that I can remotely access my computer in a more civilized way than using VNC. I would like to use zsh as my default shell. I ...
0
votes
3answers
391 views

ban IP on multiple faild ssh login attempts

Is there an easy way to block an IP that runs a brutforce login attack on my sshd? Maybe just an increasing time for the login prompt to appear. I know fail2ban, but that did hang when I tried it. ...
0
votes
1answer
30 views

SSH login very slow on OS X Leopard

My SSH sessions take a very long time to initiate. This applies for logins with and without passwords, interactive and non-interactive. I have tried setting 'GSSAPIAuthentication no' and 'IPQoS ...
0
votes
1answer
72 views

SSH Server is running but not visible on network

My ssh server is running on port 2224. I am running two ssh servers, sshd on 22 and sshd2 on 2224 bash-3.2# /etc/init.d/sshd2 status openssh-daemon (pid 19737) is running... bash-3.2# nmap ...
0
votes
1answer
167 views

Unable to start an instance of sshd server

I tried to start an instance of my own (i am not root) sshd server on a remote machine , but it fails: debug1: sshd version OpenSSH_4.3p2 debug1: read PEM private key done: type RSA debug1: private ...
0
votes
0answers
37 views

Is it possible to allow local port forwarding to specific users or ip addresses [closed]

Match is not working, the ssh server is old, open-ssh 4.x. I don't mean restriction on ports, only users!
2
votes
2answers
70 views

Generating SSH Keys on the Server

I have set up sshd on a Linux server and managed to log in via keys generated using ssh-keygen. However, I have made the following observation: When I generate the key pair on the client and copy the ...
1
vote
0answers
178 views

ssh/sftp server for Windows with avahi/bonjour support [closed]

Is there a Windows free (= libre) SSH (and SFTP) server that would also publish itself on avahi/bonjour? (So that the services can be discovered on the local network without much trouble and used for ...
0
votes
1answer
169 views

If password less login is not recommended for commercial sites, what would be the best option to to do it without interaction?

continued Not even able to login password-less. $ ssh -v user@example.com OpenSSH_6.0p1, OpenSSL 1.0.1c 10 May 2012 debug1: Reading configuration data /etc/ssh_config debug1: Connecting to ...
2
votes
3answers
527 views

ssh server on runlevel 3

I have been trying to setup a ssh server on my desktop for remote access and have been running into a few issues. The first I have found is that sshd is not starting on boot. As soon as I run: sudo ...
1
vote
1answer
437 views

sshd_config AllowUsers Should Root Be Allowed?

I am asking here as i do not want to get locked out of my server. I do not want to allow root login to ssh, however if a user enters a "su" command i want them to be able to become root. So do i ...
1
vote
4answers
2k views

sshd refuse connection?

For some reason I cannot access from my vitrual machine my remote virtual server at a server farm and instead it gives me this error message: OpenSSH_5.9p1, OpenSSL 1.0.0g 18 Jan 2012 debug1: ...
0
votes
0answers
400 views

SSH via Cygwin “Authentication method 'password' failed”

there. I'm an SSH/Cygwin noob, but want to use ssh via Cygwin to connect to a Windows 7 machine under a domain from ConnectBot (android). I went through the ssh-host-config as described here: ...
0
votes
1answer
167 views

How to configure ssh to load more private keys automaticaly?

How does ssh look for private key to load? I know that it does try to load ~/.ssh/id_rsa and after this ~./.ssh/id_dsa. Now I do have two keys. Is it possible to name them in such way that ssh will ...
0
votes
1answer
316 views

SSH hangs on exit with background jobs - inconsistently

On different Linux boxes, I see different behavior with respect to SSH sessions hanging on exit when there are background jobs running. If I do exactly the same thing $ for f in 1 2 3 4 5; do echo ...
1
vote
2answers
284 views

Is it possible to disable Copy & Paste in SSHD on Linux?

Is it possible to disable Copy & Paste on Linux so that people using Putty or any other ssh client can't copy & paste from the server to their own machine?

1 2