Displaying 20 results from an estimated 87 matches for "preferredauthentications".
2010 Jan 21
6
[Bug 1702] New: PreferredAuthentications setting doesn't work when spaces are used as documented
https://bugzilla.mindrot.org/show_bug.cgi?id=1702
Summary: PreferredAuthentications setting doesn't work when
spaces are used as documented
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: ssh...
2014 Nov 07
2
[Bug 2309] New: change default PreferredAuthentications order
https://bugzilla.mindrot.org/show_bug.cgi?id=2309
Bug ID: 2309
Summary: change default PreferredAuthentications order
Product: Portable OpenSSH
Version: 6.7p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: calest...
2017 Feb 04
4
[PATCH 0/4] p2v: Send ping packets, document timeout problems.
Fix and/or document issues raised in this thread:
https://www.redhat.com/archives/libguestfs/2017-February/msg00010.html
Rich.
2024 Aug 10
1
'Too many authentication failures' nuisance
...;I have several ssh keys in the ~/.ssh directory of my desktop machine.
> >As a result whenever I try to connect to a system which uses password
> >authentication I get the "Too many authentication failures" error.
> >
> >Yes, I know I can get round this by setting PreferredAuthentications but
> this is
> >rather a nuisance to have to do individually for all systems that use
> password
> >authentication. It also means that I have to do it for a 'casual' ssh
> access to a system
> >which I'm unlikely to access more than once.
> >
> >...
2013 Jun 05
3
[Bug 2118] New: ssh-copy-id hangs
...OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at mindrot.org
Reporter: karoshism at mailinator.com
When running ssh-copy-id, it executes
REMOTE_VERSION=$(ssh -v -o PreferredAuthentications=',' "$@" 2>&1 |
sed -ne 's/.*remote software version //p')
Now this hangs for me, as it produces an endless loop like
# ssh -v -o PreferredAuthentications=',' root at machine
OpenSSH_6.2p1, OpenSSL 1.0.1e 11 Feb 2013
...
debug1: Authentica...
2024 Aug 10
3
'Too many authentication failures' nuisance
I have several ssh keys in the ~/.ssh directory of my desktop machine.
As a result whenever I try to connect to a system which uses password
authentication I get the "Too many authentication failures" error.
Yes, I know I can get round this by setting PreferredAuthentications
but this is rather a nuisance to have to do individually for all
systems that use password authentication. It also means that I have
to do it for a 'casual' ssh access to a system which I'm unlikely to
access more than once.
Is there any way around this problem?
--
Chris Green
2024 Aug 10
1
'Too many authentication failures' nuisance
...ris Green wrote:
>I have several ssh keys in the ~/.ssh directory of my desktop machine.
>As a result whenever I try to connect to a system which uses password
>authentication I get the "Too many authentication failures" error.
>
>Yes, I know I can get round this by setting PreferredAuthentications but
this is
>rather a nuisance to have to do individually for all systems that use
password
>authentication. It also means that I have to do it for a 'casual' ssh
access to a system
>which I'm unlikely to access more than once.
>
>Is there any way around this problem?
H...
2006 Oct 31
2
SSH 1.0.1 and 1.1 have different prompt.
Hi,
Just feel curiously.
I am using sun SSH 1.0.1 and 1.1 on different machines,
and get different password promts as follows.
------------------------------------
root> ssh -V
SSH Version Sun_SSH_1.0.1, protocol versions 1.5/2.0.
root>ssh 10.193.106.90
root at 10.193.106.90's Password:
------------------------------------
root> ssh -V
Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL
2015 Jan 09
5
OpenSSH_6.7p1 hostbased authentication failing on linux->linux connection. what's wrong with my config?
...special case for useful
> debugging; try your tests as a regular user.
>
> As Tim Rice noted, you will need to set EnableSSHKeysign in the
> system--wide client configuration for hostbased authentication to work
> for non-root users.
I edited configs to
client ssh_config
...
- PreferredAuthentications hostbased,publickey
+ PreferredAuthentications hostbased
HostbasedAuthentication yes
PubkeyAuthentication yes
+ PubkeyAuthentication no
PasswordAuthentication no
...
EnableSSHKeysign yes (note:...
2024 Aug 10
1
'Too many authentication failures' nuisance
...Green wrote:
> I have several ssh keys in the ~/.ssh directory of my desktop machine.
> As a result whenever I try to connect to a system which uses password
> authentication I get the "Too many authentication failures" error.
>
> Yes, I know I can get round this by setting PreferredAuthentications
> but this is rather a nuisance to have to do individually for all
> systems that use password authentication. It also means that I have
> to do it for a 'casual' ssh access to a system which I'm unlikely to
> access more than once.
>
> Is there any way around this pr...
2001 May 08
1
HostbasedAuthentication, and my sillyness
...g it doesn't work, since the client
will not in fact request it (by default).
I was fooled by the statement in the ssh man page about
HostbasedAuthentication that the client supports this by default (well
it is set to "yes"). While it supports it, it seems that the default
value for PreferredAuthentications is set to:
publickey,password,keyboard-interactive,hostbased
so it starts prompting for a password before getting that far.
Setting the list to:
publickey,hostbased,password,keyboard-interactive
in ssh_config seems to do the trick, but even having added this I
still can't find anything...
2003 Dec 07
1
hostbased failing and can't derive reason of failure in debugging output
...Failed hostbased for anna from 192.168.1.5 port 33148 ssh2
[...]
The full output is in the attachment, if I've been snipping too much (I
hope it doesn't get stripped off by the mailing list software).
Some basic configuration info:
ssh_config (stripped):
Host hostname.domainname.tld
PreferredAuthentications hostbased,publickey,password
HostbasedAuthentication yes
GlobalKnownHostsFile /etc/ssh/ssh_known_hosts2
CheckHostIP yes
StrictHostKeyChecking ask
Protocol 2
sshd_config (stripped):
Protocol 2
HostbasedAuthentication yes
IgnoreRhosts no
shosts.equiv (stripped):
192.168.1.5
h...
2004 Aug 21
1
openssh-unix-dev Digest, Vol 16, Issue 9
Hello,
We tested OpenSSH 3.9 in Hp-UX platforms for Passwordauthentication
under PAM modules. We started the SSH Daemon with following settings:
Usepam yes
ChallengeResponseAuthentication yes
passwordauthentication yes
The client is invoked with ssh -o'Passwordauthentication yes' localhost
-vvv. The debug traces shows that the authentication suceed as
keyboard-interactive.
2007 Feb 27
1
What would cause keyboard-interactive packet connection close
Hi,
I've got a remote system that was down and came back up. I'm
trying to get into the system, but when I do I get timed out. I
forced it to a keyboard interactive to speed things up:
ssh -o PreferredAuthentications=keyboard-interactive -vvv tuc at 10.2.0.2
but I get :
debug1: waiting for SSH2_MSG_NEWKEYS
debug1: newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: done: ssh_kex2.
debug1: send SSH2_MSG_SERVICE_REQUEST
debug1: service_accept: ssh-userauth
debug1: got SSH2_MSG_SERVICE_ACCEPT
debug1: auth...
2010 Nov 10
1
Exit Codes on Reverse Tunnel bug?
I ran the following command to create a reverse tunnel from another server back to my local host
ssh -4xnT -o PreferredAuthentications=publickey -o ConnectTimeout=10 -o BatchMode=yes -f \
-o ExitOnForwardFailure=yes -N -R myTargetHost:2525:myLocalHost:25 myUser at myTargetHost
and on machine=myTargetHost, the port 2525 was already being utilized, so it gave me this error and exited:
? ?? Error: remote port forwarding failed for l...
2014 Mar 20
1
[Bug 2214] New: Key is detected as existing if LogLevel=QUIET
...cases when this doesn't occur. One of the cases is when configuration
file contains a LogLevel=QUIET option.
Lets assume that ~/.ssh/config contains:
> Host 127.*
> LogLevel QUIET
And we have no valid key for localhost. Attempting to connect doesn't
give any errors:
> $ ssh -o PreferredAuthentications=publickey -o IdentitiesOnly=yes user at 127.0.0.1
> $ ssh -o LogLevel=INFO -o PreferredAuthentications=publickey -o IdentitiesOnly=yes user at 127.0.0.1
> Permission denied (publickey,password).
The fix is to add LogLevel=INFO to the ssh command, which is a sane
default since ssh-copy-id act...
2001 Mar 21
2
Challenge response authentication and PAM
As an experiment I set up Challenge/response authentication on a Linux
system with PAM using a pam_opie module (this module works fine with
console logins and su).
I can log into the box using the opie password, *but* it does not give
me the challenge - which can make things a little tricky :-)
I can well believe this might be a fault in the PAM pam_opie module I
am using, so has anyone got
2024 Feb 14
2
How to remove old entries from known_hosts?
...0 lines in my known hosts but in reality I only ssh to a
dozen or so systems. All the redundant ones are because I have a
mixed population of Raspberry Pis and such on my LAN and they get
rebuilt fairly frequently and thus, each time, get a new entry in
known_hosts.
As a result I have to set 'PreferredAuthentications password' for some
systems because there are *loads* of redundant keys which cause login
to fail otherwise.
--
Chris Green
2002 Nov 25
2
weird behaviour of commands option : bug or not ?
Hello
I think I've found a bug but since no one replied to me on comp.security.ssh,
I'll try my luck here.
On my client, PreferredAuthentications is set to publickey,password.
When using the commands option in authorized_keys file like
command="ls" ssh-dss <key>... it is supposed to connect using the private key
associated with <key>, perform ls and then quits.
Until here everything is fine.
Then I tried to delete the...
2002 Nov 15
3
apparent ssh_config fascism
It appears that /etc/ssh/ssh_config enforces policy on local users in
addition to its documented role as provider of defaults.
$ ssh -V
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
$ cat .ssh/config
Host localhost
HostbasedAuthentication yes
PreferredAuthentications hostbased
$ ssh localhost
Hostbased authentication not enabled in /etc/ssh/ssh_config
ssh_keysign: no reply
key_sign failed
Permission denied (publickey,password,keyboard-interactive,hostbased).
The situation is rectified by enabling Hostbased authentication in
/etc/ssh/ssh_config (as the error m...