Hopefully you guys can help and see if I've done something weird here, I'm trying to log in with a user I set up, FileZilla shows me:
Command: open "///@///" Command: Pass: ********
Status: Connected to ///
Error: Connection closed by server with exitcode 1
Error: Could not connect to server
So, I went into auth.log and I see this:
Feb 12 11:08:49 sshd[12056]: Accepted password for /// fr
I have configured SSHD using Cygwin on Windows 7.
I have two Ubuntu machines. Both have openssh-client and openssh-server installed on them. ssh-ing from machine G (fresh Ubuntu 11.10 installation) to machine K works great.
If I ssh from one host to my new F17 as my unpriveledged account, 9 time out of 10 I get booted out
with the following error:
>> ssh 192.168.1.144
xxxx@192.168.1.144's password:
Last login: Fri Oct 5 14:42:58 2012 from 192.168.1.149
free(846146d) bad block.
Both machines running XUbuntu 9.10 and OpenSSH_5.1p1 Debian-6ubuntu2, OpenSSL 0.9.8g 19 Oct 2007
I'm trying to run a reverse SSH tunnel. I'm using the following command line:
Code:
ssh -f -N -R 4411:localhost:22 geoff(AT)sshserver(DOT)dnsalias(DOT)com
On the sshserver, I get the following error:
I recently started receiving "SFTP connection error" when I tried to connect from a SFTP client. I was working correctly until a few weeks ago. I am not sure if an update broke my system. I have another system that is pretty much identical even updates, but it has continued to work. I cannot find any helpful info in the logs. Here is a snippet from auth.log:
Hello,
Trying to create a socks (-D) ssh tunnel - Linux box to Linux box (both centos):
sshd running on remote side ok.
From local machine we do / see this:
ssh -D 1080 user@8.8.8.8.
user@8.8.8.8's password:
bind: Cannot assign requested address
(where 8.8.8.8 is really my server's IP and 'user' is my real username)
I am logged into the remote side in this terminal-window.
Hello,
I'm trying to add a user with SFTP and chroot. I fallowed the usual procedure and it seems that the user can ssh and logs in correctly into the server with a rsa key. However, sftp doesn't work at all. The user can connect and gets authorized, but nothing more seems to happen.