Displaying 20 results from an estimated 20000 matches similar to: "[Bug 2072] New: don't like kerberos libs into ssh"
2013 Feb 21
5
[Bug 2073] New: solaris gssapi support
https://bugzilla.mindrot.org/show_bug.cgi?id=2073
Bug ID: 2073
Summary: solaris gssapi support
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.1p1
Hardware: Other
OS: Solaris
Status: NEW
Severity: enhancement
Priority: P5
Component: Kerberos support
2013 Apr 15
5
[Bug 2089] New: filter out bad host key algorithms
https://bugzilla.mindrot.org/show_bug.cgi?id=2089
Bug ID: 2089
Summary: filter out bad host key algorithms
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.1p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
2006 May 15
2
winbind and AD password updates
Hi!
I've been trying to get password changes to work from a SuSE machine to
an AD server. Authentication works fine in AD mode, so at least that bit
is correct.
When trying to change the password, I get PAM error 4 back. Checking in
the logs, I see that winbind fails with the error
NT_STATUS_PASSWORD_RESTRICTION.
From Microsoft's documentation, I can read that this means that there
2013 Mar 08
3
[Bug 2077] New: avoid duplicating ".ssh" in a butt-load of defines
https://bugzilla.mindrot.org/show_bug.cgi?id=2077
Bug ID: 2077
Summary: avoid duplicating ".ssh" in a butt-load of defines
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.1p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
2019 Jan 23
2
[Bug 2959] New: Disabling just rsa-sha2-512 breaks public key authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=2959
Bug ID: 2959
Summary: Disabling just rsa-sha2-512 breaks public key
authentication
Product: Portable OpenSSH
Version: 7.9p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component:
2006 Mar 29
1
IE and Windows Media Player?
Does IE and Windows Media Player (any version) work with Wine 0.9.10 or
the latest CVS version? If so, how to install? I've tried but failed:
* With the latest CVS and sidenet-1.9.1, using option "IE6 with WMP6
installation", the IE setup fails with "The download location information
is damaged".
* With Wine 0.9.10, using the FC4 RPM: The same as above.
* If I try
2007 Feb 21
4
User/Group HWM ignored when converting idmap from tdb to LDAP
Hi!
I'm trying to convert my tdb-based idmap mapping to a LDAP-based
one. This generally works as intended, with one exception - the
highest uidNumber/gidNumber in use is not transferred, and this causes
duplicate use of the same uid/gidNumber.
Here's what I'm doing:
1) net idmap dump /var/cache/samba/winbindd_idmap.tdb > idmap.dump
2) Set idmap backend in smb.conf to
2003 Apr 07
1
W2003 terminal server profile path error
I've joined a Windows 2003 server to a domain hosted by a Samba 2.2.8
machine. It works fine to log in locally at the console, but not via
terminal services. The login screen says:
"You do not have access to logon to this session."
The Event viewer says:
"Failed to load Terminal Server Profile path. Note that the profile path
must be less than 256 characters in
2011 Feb 10
6
[Bug 1857] New: [RFE] restrict port forwarding to localhost
https://bugzilla.mindrot.org/show_bug.cgi?id=1857
Summary: [RFE] restrict port forwarding to localhost
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2009 Mar 27
7
[Bug 1579] New: long usernames get truncated and fail to log in
https://bugzilla.mindrot.org/show_bug.cgi?id=1579
Summary: long usernames get truncated and fail to log in
Product: Portable OpenSSH
Version: 5.2p1
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2013 May 15
3
[Bug 2104] New: Windows/win32/mingw support
https://bugzilla.mindrot.org/show_bug.cgi?id=2104
Bug ID: 2104
Summary: Windows/win32/mingw support
Classification: Unclassified
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
2020 Oct 27
0
[Bug 3225] New: usernames and passwords aren't encoded to system locale
https://bugzilla.mindrot.org/show_bug.cgi?id=3225
Bug ID: 3225
Summary: usernames and passwords aren't encoded to system
locale
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component:
2021 Sep 23
1
[Bug 3350] New: Network errors aren't printed logged
https://bugzilla.mindrot.org/show_bug.cgi?id=3350
Bug ID: 3350
Summary: Network errors aren't printed logged
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2006 Jun 12
1
Re: [Bug 5409] ie6setup fails with "The download location information is damaged"
On Mon, 12 Jun 2006, Wine Bugs wrote:
> http://bugs.winehq.org/show_bug.cgi?id=5409
> ------- Additional Comments From truiken@gmail.com 2006-12-06 11:12 -------
> You don't need to use any dlloverrides anymore.
>
> $ rm -rf ~/.wine
> $ wineprefixcreate
> $ cp inseng.dll ~/.wine/drive_c/windows/system32/
> $ wine ie6setup.exe
Very interesting. Where do I find
2004 Feb 26
1
Printer settings reset problems
Hi,
I am working on a print server project where we have ran into a big
showstopper. The print server works in a very mixed environment with
clients running for example Linux, Windows NT4, Windows 2000, VMS,
different Solaris versions and other Unix dialects. The server runs CUPS
for printer spooling and Samba to serve the Windows machines. It's the
Windows machines that has caused most
2008 Jan 20
1
winbind forced password change requires interactive shell
We've discovered that although Winbind supports password changes when the
account password is expired, this only works with *interactive* shells.
This is a major problem for us. Use case 1: SSH tunnels:
$ ssh user2@localhost -N -L 4711:localhost:22
user2@localhost's password:
<trying to use the tunnel>
channel 2: open failed: administratively prohibited: open failed
As you can
2013 Jun 04
7
[Bug 2116] New: SSH to Nortel/Avaya switch fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2116
Bug ID: 2116
Summary: SSH to Nortel/Avaya switch fails
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
2003 Nov 08
1
Sourceforge updates, webmin
Great piece of software there...
Just a few minor problems.
First, the sourceforge site doesn''t seem to be kept up to date. This
should be pointed out more (Sourceforge probably shouldn''t be the first
mirror either). It caused me some long hours trying to solve a bug in
1.4.6, thinking this was the latest version, when in fact this bug was
solved in 1.4.8 (routeback for if+).
2010 Jan 07
1
Trying to get Xen going with svn_130...
I''m trying to get linux domU going with opensolaris ''130.
The CPU is a plain P4 3.2Ghz (no hardware Virt) but all I''m trying is --paravirt
Here''s the command line I''m trying.....
virt-install --paravirt --name=dom1 --ram=1024 --vnc \
--os-type=linux --os-variant=fedora8 \
--network bridge \
--file /dev/zvol/dsk/rpool/dom1 \
--location
2013 May 15
14
[Bug 2105] New: ssh-copy-id leads to rm -f * (local vs. dash)
https://bugzilla.mindrot.org/show_bug.cgi?id=2105
Bug ID: 2105
Summary: ssh-copy-id leads to rm -f * (local vs. dash)
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
URL: http://bugs.debian.org/708419
OS: Linux
Status: NEW
Severity: major