Displaying 20 results from an estimated 9000 matches similar to: "ssh-agent (3.7.1p2) fails for more than 7 keys"
2020 Apr 23
6
[Bug 3153] New: Prefer user specified keys to avoid the agent overloading MaxAuthTries before even trying the key that was specified
https://bugzilla.mindrot.org/show_bug.cgi?id=3153
Bug ID: 3153
Summary: Prefer user specified keys to avoid the agent
overloading MaxAuthTries before even trying the key
that was specified
Product: Portable OpenSSH
Version: 8.2p1
Hardware: Other
OS: Linux
Status: NEW
2016 Apr 14
2
(rfc) too many keys, usecase?
On Thu, 14 Apr 2016, Jakub Jelen wrote:
> On 04/14/2016 01:19 PM, Cristian Ionescu-Idbohrn wrote:
> > There is no /root/.ssh/authorized_keys on remote host, so I have to
> > authenticate with password.
> >
> > On the remote host:
> >
> > # /usr/sbin/sshd -T | egrep permitroot
> > permitrootlogin yes
> >
> > Attempting:
> >
> >
2003 Sep 18
11
[Bug 684] ssh cannot access keys stored in agent
http://bugzilla.mindrot.org/show_bug.cgi?id=684
Summary: ssh cannot access keys stored in agent
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2020 Sep 30
4
How to use ssh -i with a key from ssh-agent rather than from a file?
Hi,
I have a VM with a git repository whose origin is on
github. I have several keys known to github, so I needed
to set git's core.sshcommand config parameter in the
repository to something like this:
ssh -i ~/.ssh/id_ed25519_github2
But it meant that I needed to copy that key to the VM.
The same key is available via my forwarded ssh-agent
connection. Is it possible to tell ssh to use
2013 Jan 29
16
[Bug 2066] New: ssh tries the keys proposed by the agent before those passed with -i
https://bugzilla.mindrot.org/show_bug.cgi?id=2066
Bug ID: 2066
Summary: ssh tries the keys proposed by the agent before those
passed with -i
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.0p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
2007 Sep 06
1
openssh 4.6p1 closing connection with strange packet length
server is running openssh 4.6p1 on linux x86 (32bit)
client is running openssh 4.6p1 on linux x86_64 (64bit)
Just connecting from the client to the server and running "top" long
enough results in:
Disconnecting: Bad packet length 3690378913.
This seems like a 32/64 bit problem to me.
--
Andreas Steinmetz SPAMmers use robotrap at domdv.de
2010 Jan 13
2
User and GRoup mapping
I have two servers running Samba, one as a Domain Controller one as a
Member Server. Both are running Ubuntu 8.10 and running smbd, nmbd and
winbindd using the tdb back end.
I am having a problem understanding ID mapping. The mapping is not the
same on both machines.
On the Domain Controller
> root at thelma:/etc/init.d# wbinfo -i 'ATLANTA\rob'
> rob:*:1000:2003:Robert
2016 Jan 21
4
Selecting specific key from agent
There are cases when a user might have multiple keys in ssh-agent, but
wants to use a specific one. Unless I'm mistaken, this is currently
impossible. I've put together a proof of concept using the key's
"filename" (the third column in the output of 'ssh-add -l') and it
works.
Is this a new feature that would be accepted? If so, should the key be
identified with its
2012 Jul 06
9
[Bug 2024] New: Allow to ssh client say to ssh-agent which key should be used.
https://bugzilla.mindrot.org/show_bug.cgi?id=2024
Priority: P5
Bug ID: 2024
Assignee: unassigned-bugs at mindrot.org
Summary: Allow to ssh client say to ssh-agent which key should
be used.
Severity: enhancement
Classification: Unclassified
OS: Linux
Reporter: pub at mnu.pp.ru
Hardware:
2008 Nov 26
2
Cannot Delete File
I just upgraded my Member Server to 3.2.4 on Ubuntu.
I have a permissions problem. Users can create files on the Samba shares
but they cannot delete files. Here is a typical share definition.
[Testing]
comment = Test for Samba
path = /files/test
browseable = yes
writeable = yes
create mask = 0764
directory mask = 0775
On the Linux side I can do
2010 Jan 14
1
Different Access to 2 Share with the same smb.conf
I have a problem with accessing two share. Sigma works as expected one
Windows always asks for a login name even though their smb.conf entries
are the same;
I even tried adding public to the Windows share with no success.
[Sigma]
Comment = Sigma Design Data
path = /files/Lucretia/Sigma
writeable = yes
browseable = yes
create mask = 0764
directory
2016 Jan 11
2
Samba AD with Microsoft Account
In a related problem. I've tried linking my Office365 account. I get
through the sign-in process but when it is attempting to link the device I
can an error message stating:
*We weren't able to register your device and add your account to Windows.
Your access to org resources may be limited.*
The domain account I am logged in with is part of the Domain Admins group
so I don't think
2007 Mar 23
2
Domain Member Server Problem
We have a Windows Domain NT. We are setting up four samba Servers, two
new and 2 legacy servers.
The new server are Ubuntu AMD64 Linux with Samba 3.0.22 One of these is
the PDC. The legacy Servers are Solaris 8 running Samba 3.0.24. We are
using winbindd and local tdb files on the PDC for authentication. We
plan to migrate to LDAP latter. I have used SWAT to configure each server.
I have
2010 Jan 26
1
Missing record in share-info.tdb
I may have a clue.
I have two servers running Samba 3.2.3, one as a Domain Controller one
as a Member Server.
Both are running Ubuntu 8.10. smbd, nmbd and winbindd using the tdb back
end are running on both.
On the Member Server when I access the [Projects] share everything works
as expected. When I access the [Windows] share I get prompted for a user
name and password but no combination
2020 Sep 30
4
How to use ssh -i with a key from ssh-agent rather than from a file?
On Wed, Sep 30, 2020 at 03:35:43PM +1000, Damien Miller <djm at mindrot.org> wrote:
> On Wed, 30 Sep 2020, raf wrote:
>
> > Hi,
> >
> > I have a VM with a git repository whose origin is on
> > github. I have several keys known to github, so I needed
> > to set git's core.sshcommand config parameter in the
> > repository to something like this:
2010 Jan 22
1
wbinfo, net, getent and groups
I have two servers running Samba 2.3.3, one as a Domain Controller one
as a Member Server. Both are running Ubuntu 8.10. smbd, nmbd and
winbindd using the tdb back end are running on both.
I am don't understand the results. As far as I can tell I have
everything configured as it should be.
The basic globals for the DC
[global]
workgroup = ATLANTA
time server = Yes
2016 Jan 11
2
Samba AD with Microsoft Account
Yes I have provisioned the samba server as an Active Directory domain
controller (I mentioned that in the first e-mail).
The reason for linking the two is to provide easy access to additional MS
services that won't be hosted internally (e.g. OneDrive, Skype, MS Store).
Ultimately I am using this as a private domain at home to simplify device
management but I want to continue be able to use
2010 Jan 21
2
Samba Permissions Problem
I need help understanding what is happening and trouble shooting.
I have two servers running Samba 2.3.3, one as a Domain Controller one
as a Member Server. Both are running Ubuntu 8.10. smbd, nmbd and
winbindd using the tdb back end are running on both.
I have two shares on the member server and as far as I can tell they are
identical. [Projects] works as expected but [Windows] always asks
2016 Jan 11
2
Samba AD with Microsoft Account
On 11.01.2016 20:37, Rowland penny wrote:
> On 11/01/16 19:26, Jean-Philippe Steinmetz wrote:
>> Yes I have provisioned the samba server as an Active Directory domain
>> controller (I mentioned that in the first e-mail).
>>
>> The reason for linking the two is to provide easy access to
>> additional MS
>> services that won't be hosted internally (e.g.
2018 Aug 05
3
Setting up new samba-ac-dc on Ubuntu 18.04 - KDC not FOUND
OK I'm back on this after a tour through firewalld and other issues.
I see Louis has posted his how to on git-hub. It seems very helpful
I also see his method uses the Ubuntu resolver but also uses bind9 so
I'm not sure whether his method can be adapted to using the internal DNS
in Samba.
In setting this up one of my main goals is to limit the amount of
customization I do as I have