im new at all this ... i cant seem to figure out what to do.
im trying to connect to my work server using my macbook. in the morning it was working and now its not.
I've inherited the administration of a linux box in my workplace; it was set up by a colleague who is now gone. Recently, I added a new user to the system, and tried to give her ssh access as well; the way most people who use the machine access it. This, I can't get to work.
I have ssh setup for pub key authentication and works password-less via LAN without a problem, but over the interwebz i get this. help is very much appreciated i have been wanting to get this working for too long.
This is what happens:
ssh pureluck@10.1.1.231
password: something
Connection closed
Any idea why this happens?
Update:
Here's what happens when I do ssh -vvv
name@server% ssh -vvv admin@10.1.1.231
OpenSSH_5.5p1, OpenSSL 0.9.8l 5 Nov 2009
debug1: Reading configuration data /opt/ssh/etc/ssh_config
debug1: /opt/ssh/etc/ssh_config line 27: Deprecated option "RhostsAuthentication"
debug2: ssh_con
I just uploaded an SSH key to my server and now I can't login anymore...
SSH is running on port 3333.
puTTy: pageant failed to answer challenge
Terminal give me this when trying: ssh -vvv "user@xxx.xxx.xxx.xxx -p 3333"
OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2
I have been trying to login to ssh on a ubuntu 11.04 server as root with the AllowRootLogin thing set to yes but i have been getting a "Permision denied" Heres a copy of my attempt with ssh -v:
Last login: Fri Jun 8 21:07:20 on ttys000
noah-sisks-macbook-pro:~ phreshness$ ssh -v root@192.168.1.133 -p 22
OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /etc/ssh_config
d
output of ssh root@[myip}OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to MYUSERNAME.homedns.org [MYIP] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/MYUSERNAM
I have three machines with the same configuration.
ssh and SFTP enabled on all three and I can see all three from the network. I can also ping all three.
Here is what I get with the ssh debug command on the problematic machine:
linux-csp7:/home/ines # ssh -vvv ines@192.168.2.19
OpenSSH_5.2p1, OpenSSL 0.9.8k 25 Mar 2009
I tried to use github so I followed the help doc.