Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][tlug] Ubuntu 16.04-LTS SSH authentication problems
- Date: Sat, 30 Apr 2016 03:38:06 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: [tlug] Ubuntu 16.04-LTS SSH authentication problems
- References: <20160427211413.5d651e3bb2d2e5be89367065@kinali.ch> <22305.236.757653.984191@turnbull.sk.tsukuba.ac.jp> <20160428032241.GA3044@telephonic.cynic.net> <22305.41896.492295.902735@turnbull.sk.tsukuba.ac.jp> <20160428072103.GC3044@telephonic.cynic.net> <22305.55501.44485.396546@turnbull.sk.tsukuba.ac.jp> <CAAhy3dufj99HHCUHta6wAkGjzpgXfF1n1d2RKYcfAM=ZxdfAkA@mail.gmail.com> <22306.15167.267308.941357@turnbull.sk.tsukuba.ac.jp> <20160429031209.GC2853@telephonic.cynic.net> <57230C2C.5060903@l.u-tokyo.ac.jp>
Charles Muller writes: > I've tried upgrading to Ubuntu 16.04 on a few machines, with both > Kubuntu and Gnome (in all cases running on VMware), and when I try > to SSH to my servers, not only do I get a password prompt, but the > password is not accepted. I duly reset the $HOME/.ssh/ permissions, > to no avail. Besides what others have mentioned, the more recent versions of OpenSSH ssh distributed by MacPorts have (mostly silently) stopped allowing Protocol 1: ssh-agent simply refuses to accept the passphrase without telling you why. This sounds like your symptoms. Use an old version of ssh to access hosts that only have access via SSH 1 keys, and generate a new keypair for use in the future. ssh itself will tell you if you ask it nicely enough ("gwyn" is an obsolete host configured for an SSH 1 key): $ /opt/local/bin/ssh-add .ssh/xemacs.identity Enter passphrase for .ssh/xemacs.identity: Bad passphrase, try again for .ssh/xemacs.identity: $ /opt/local/bin/ssh-keygen -l -f .ssh/xemacs.identity.pub .ssh/xemacs.identity.pub is not a public key file. $ /usr/bin/ssh-keygen -l -f .ssh/xemacs.identity.pub 1024 SHA256:fGh1RHTA0uIQNr0DQxApFp617fq7bXqaAjRikTdldtM steve@tanko (RSA1) $ /opt/local/bin/ssh -1 gwyn key_load_public: invalid format ssh1 is not supported That's the kind of thing you'll see if Protocol 1 is the problem. (On my host /usr/bin/ssh-keygen is Apple's (old) version, and /opt/local/bin/ssh-keygen is MacPort's (new) version.) HTH Steve
- Follow-Ups:
- Re: [tlug] Ubuntu 16.04-LTS SSH authentication problems
- From: Charles Muller
- References:
- Re: [tlug] Running without Gnome/KDE/xfce/whatever. (was: Ubuntu 16.04-LTS Japanese Text Input)
- From: Attila Kinali
- Re: [tlug] Running without Gnome/KDE/xfce/whatever. (was: Ubuntu 16.04-LTS Japanese Text Input)
- From: Stephen J. Turnbull
- Re: [tlug] Running without Gnome/KDE/xfce/whatever. (was: Ubuntu 16.04-LTS Japanese Text Input)
- From: Curt Sampson
- Re: [tlug] Running without Gnome/KDE/xfce/whatever. (was: Ubuntu 16.04-LTS Japanese Text Input)
- From: Stephen J. Turnbull
- Re: [tlug] Running without Gnome/KDE/xfce/whatever. (was: Ubuntu 16.04-LTS Japanese Text Input)
- From: Curt Sampson
- Re: [tlug] Running without Gnome/KDE/xfce/whatever. (was: Ubuntu 16.04-LTS Japanese Text Input)
- From: Stephen J. Turnbull
- Re: [tlug] Running without Gnome/KDE/xfce/whatever. (was: Ubuntu 16.04-LTS Japanese Text Input)
- From: Raymond Wan
- Re: [tlug] Running without Gnome/KDE/xfce/whatever. (was: Ubuntu 16.04-LTS Japanese Text Input)
- From: Stephen J. Turnbull
- Re: [tlug] Running without Gnome/KDE/xfce/whatever. (was: Ubuntu 16.04-LTS Japanese Text Input)
- From: Curt Sampson
- [tlug] Ubuntu 16.04-LTS SSH authentication problems
- From: Charles Muller
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Running without Gnome/KDE/xfce/whatever. (was: Ubuntu 16.04-LTS Japanese Text Input)
- Next by Date: Re: [tlug] Running without Gnome/KDE/xfce/whatever. (was: Ubuntu 16.04-LTS Japanese Text Input)
- Previous by thread: Re: [tlug] Ubuntu 16.04-LTS SSH authentication problems
- Next by thread: Re: [tlug] Ubuntu 16.04-LTS SSH authentication problems
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links