[Bug 1011509] [NEW] can't login via ssh

2012-06-11 Thread yehudi
Public bug reported:

I installed a fresh ubuntu 12.04 desktop with raid0 disks (so I installed 
postfix - I've read this could be a problem).
If I try to login via ssh to this new machine, I always receive this error:
Read from socket failed: Connection reset by peer


output ssh -vvv yehudi@192.168.1.5:
OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /home/yehudi/.ssh/config
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 192.168.1.5 [192.168.1.5] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load /home/yehudi/.ssh/id_rsa as a RSA1 public key
debug1: identity file /home/yehudi/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/yehudi/.ssh/id_rsa-cert type -1
debug1: identity file /home/yehudi/.ssh/id_dsa type -1
debug1: identity file /home/yehudi/.ssh/id_dsa-cert type -1
debug1: identity file /home/yehudi/.ssh/id_ecdsa type -1
debug1: identity file /home/yehudi/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 
Debian-5ubuntu1
debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1
debug2: fd 3 setting O_NONBLOCK
debug3: load_hostkeys: loading entries for host 192.168.1.5 from file 
/home/yehudi/.ssh/known_hosts
debug3: load_hostkeys: loaded 0 keys
debug1: SSH2_MSG_KEXINIT sent
Read from socket failed: Connection reset by peer

this is my sshd_config file:
IgnoreRhosts yes
IgnoreUserKnownHosts no
PrintMotd yes
StrictModes yes
PubkeyAuthentication yes
RSAAuthentication yes
PermitRootLogin no
PermitEmptyPasswords no
PasswordAuthentication yes

this is the ssh_config file:
# This is the ssh client system-wide configuration file.  See
# ssh_config(5) for more information.  This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.

# Configuration data is parsed as follows:
#  1. command line options
#  2. user-specific file
#  3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.

# Site-wide defaults for some commonly used options.  For a comprehensive
# list of available options, their meanings and defaults, please see the
# ssh_config(5) man page.

Host *
#   ForwardAgent no
#   ForwardX11 no
#   ForwardX11Trusted yes
#   RhostsRSAAuthentication no
#   RSAAuthentication yes
#   PasswordAuthentication yes
#   HostbasedAuthentication no
#   GSSAPIAuthentication no
#   GSSAPIDelegateCredentials no
#   GSSAPIKeyExchange no
#   GSSAPITrustDNS no
#   BatchMode no
#   CheckHostIP yes
#   AddressFamily any
#   ConnectTimeout 0
#   StrictHostKeyChecking ask
#   IdentityFile ~/.ssh/identity
#   IdentityFile ~/.ssh/id_rsa
#   IdentityFile ~/.ssh/id_dsa
#   Port 22
#   Protocol 2,1
#Cipher 3des
#Ciphers 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
#   MACs hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160
#   EscapeChar ~
#   Tunnel no
#   TunnelDevice any:any
#   PermitLocalCommand no
#   VisualHostKey no
#   ProxyCommand ssh -q -W %h:%p gateway.example.com
Cipher 3des
Ciphers 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1011509

Title:
  can't login via ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1011509/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1011509] Re: can't login via ssh

2012-06-11 Thread yehudi
sshd is running.
ps ax | grep ssh
  907 ?Ss 0:00 /usr/sbin/sshd -D

What I noticed is that on other machines where I'm able to login his is the 
output:
ps ax | grep ssh
  907 ?Ss 0:00 /usr/sbin/sshd -D
 1774 ?Ss 0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch 
--exit-with-session gnome-session

As you can see there's also the ssh-agent which doesn't come out on the
other server.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1011509

Title:
  can't login via ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1011509/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1011509] Re: can't login via ssh

2012-06-11 Thread yehudi
I purged openssh-server then reinstalled it and everything went fine!
Bug fixed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1011509

Title:
  can't login via ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1011509/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1011509] [NEW] can't login via ssh

2012-06-11 Thread yehudi
Public bug reported:

I installed a fresh ubuntu 12.04 desktop with raid0 disks (so I installed 
postfix - I've read this could be a problem).
If I try to login via ssh to this new machine, I always receive this error:
Read from socket failed: Connection reset by peer


output ssh -vvv yehudi@192.168.1.5:
OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /home/yehudi/.ssh/config
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 192.168.1.5 [192.168.1.5] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load /home/yehudi/.ssh/id_rsa as a RSA1 public key
debug1: identity file /home/yehudi/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/yehudi/.ssh/id_rsa-cert type -1
debug1: identity file /home/yehudi/.ssh/id_dsa type -1
debug1: identity file /home/yehudi/.ssh/id_dsa-cert type -1
debug1: identity file /home/yehudi/.ssh/id_ecdsa type -1
debug1: identity file /home/yehudi/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 
Debian-5ubuntu1
debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1
debug2: fd 3 setting O_NONBLOCK
debug3: load_hostkeys: loading entries for host 192.168.1.5 from file 
/home/yehudi/.ssh/known_hosts
debug3: load_hostkeys: loaded 0 keys
debug1: SSH2_MSG_KEXINIT sent
Read from socket failed: Connection reset by peer

this is my sshd_config file:
IgnoreRhosts yes
IgnoreUserKnownHosts no
PrintMotd yes
StrictModes yes
PubkeyAuthentication yes
RSAAuthentication yes
PermitRootLogin no
PermitEmptyPasswords no
PasswordAuthentication yes

this is the ssh_config file:
# This is the ssh client system-wide configuration file.  See
# ssh_config(5) for more information.  This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.

# Configuration data is parsed as follows:
#  1. command line options
#  2. user-specific file
#  3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.

# Site-wide defaults for some commonly used options.  For a comprehensive
# list of available options, their meanings and defaults, please see the
# ssh_config(5) man page.

Host *
#   ForwardAgent no
#   ForwardX11 no
#   ForwardX11Trusted yes
#   RhostsRSAAuthentication no
#   RSAAuthentication yes
#   PasswordAuthentication yes
#   HostbasedAuthentication no
#   GSSAPIAuthentication no
#   GSSAPIDelegateCredentials no
#   GSSAPIKeyExchange no
#   GSSAPITrustDNS no
#   BatchMode no
#   CheckHostIP yes
#   AddressFamily any
#   ConnectTimeout 0
#   StrictHostKeyChecking ask
#   IdentityFile ~/.ssh/identity
#   IdentityFile ~/.ssh/id_rsa
#   IdentityFile ~/.ssh/id_dsa
#   Port 22
#   Protocol 2,1
#Cipher 3des
#Ciphers 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
#   MACs hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160
#   EscapeChar ~
#   Tunnel no
#   TunnelDevice any:any
#   PermitLocalCommand no
#   VisualHostKey no
#   ProxyCommand ssh -q -W %h:%p gateway.example.com
Cipher 3des
Ciphers 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011509

Title:
  can't login via ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1011509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011509] Re: can't login via ssh

2012-06-11 Thread yehudi
sshd is running.
ps ax | grep ssh
  907 ?Ss 0:00 /usr/sbin/sshd -D

What I noticed is that on other machines where I'm able to login his is the 
output:
ps ax | grep ssh
  907 ?Ss 0:00 /usr/sbin/sshd -D
 1774 ?Ss 0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch 
--exit-with-session gnome-session

As you can see there's also the ssh-agent which doesn't come out on the
other server.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011509

Title:
  can't login via ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1011509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011509] Re: can't login via ssh

2012-06-11 Thread yehudi
I purged openssh-server then reinstalled it and everything went fine!
Bug fixed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011509

Title:
  can't login via ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1011509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874451] Re: Desktop, backround is grey

2011-10-21 Thread Yehudi Fen
Sorry that I cannot show anything, as my system is absolutely new Ozelot know, 
and everything else seems to be washed away for that matter.
I have to guess it was because I left the update unatended and therefore no GNU 
or KD? INSTALLED OR SO.
When got to a browser  through the folders, rightclicking somewhere there and 
opening  other options to open something, I grabed a CD_Version of Ozelot 
from ubuntuusers and booted from that cd once it was done. 
The boot said that it wouldn`t take long if I had some Ubuntu beforehand and I 
hoped it would simply add up to the imcomplete one, with  stuff still from my 
old desktop on it, but when the computername was asked and I got it wrong, 
sometime after the boot  it said, that there wasn`t any stuff to add up to.
I simply missed to park my valuable stuff at the ubuntu one cloud.
With that, everything would still be there, but now I am so fresh so clean :) , 
I still love it.

P.S : The updatemanager popped up when I inserted the fresh burned live-
CD, and I did a refresh for that matter, restarted on and on, but it
didn`t do anything.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874451

Title:
  Desktop, backround is grey

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/874451/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 874451] Re: Desktop, backround is grey

2011-10-20 Thread Yehudi Fen
Oh;
hi and thank you very much:
i made some mistakes though anyway
...so thing is done I am on the newest version empty, 
but lucky.
One thing, I dunno if it was for a false computername that the updater
didn`t just click into the incomplete update but did it all again instead.

thx again,
cu rom

merci au revoir

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874451

Title:
  Desktop, backround is grey

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/874451/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 874451] [NEW] Desktop, backround is grey

2011-10-14 Thread Yehudi Fen
Public bug reported:

There is no browser nor any other options except the systemfolders, and
the itemns that are on the desktop. No left or right panels, nothing. On
reeboot, I went through, there were one or more fails, think one
connected to graphics or so.

I got updare from Meerkat to newest yesterday night and took it, left comp. on 
to make it happen. 
Thanks to the Maverik DD I found a way to go onine to here.
 Bug maybe that I missed the opportunity to enable all updates but left on only 
update from and for Linux stuff!? What me do?
Greets,
Yehudi

thx in advance

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874451

Title:
  Desktop, backround is grey

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/874451/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs