Displaying 20 results from an estimated 70000 matches similar to: "[Bug 1873] the X forwarding does not work over IPV6"
2013 Oct 04
0
[Bug 1872] proposal how to change fingerprints to come fips compatible
https://bugzilla.mindrot.org/show_bug.cgi?id=1872
Petr Cerny [:hrosik] <pcerny at suse.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pcerny at suse.cz
--
You are receiving this mail because:
You are watching the assignee of the bug.
2013 Oct 04
0
[Bug 1641] Add SELinux roles
https://bugzilla.mindrot.org/show_bug.cgi?id=1641
Petr Cerny [:hrosik] <pcerny at suse.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pcerny at suse.cz
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are
2013 Aug 24
12
[Bug 2143] New: X11 forwarding for ipv4 is broken when ipv6 is disabled on the loopback interface
https://bugzilla.mindrot.org/show_bug.cgi?id=2143
Bug ID: 2143
Summary: X11 forwarding for ipv4 is broken when ipv6 is
disabled on the loopback interface
Product: Portable OpenSSH
Version: 5.3p1
Hardware: All
OS: Linux
Status: NEW
Severity: minor
Priority: P5
2011 Mar 01
1
[Bug 1873] New: the X forwarding does not work over IPV6
https://bugzilla.mindrot.org/show_bug.cgi?id=1873
Summary: the X forwarding does not work over IPV6
Product: Portable OpenSSH
Version: 5.3p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2017 Mar 01
7
[Bug 2685] New: Case sensitive hostname matching
https://bugzilla.mindrot.org/show_bug.cgi?id=2685
Bug ID: 2685
Summary: Case sensitive hostname matching
Product: Portable OpenSSH
Version: 7.4p1
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
2010 Jan 21
7
[Bug 1701] New: FIPS-140-2 requires call to RAND_cleanup() before the program using RAND exits
https://bugzilla.mindrot.org/show_bug.cgi?id=1701
Summary: FIPS-140-2 requires call to RAND_cleanup() before the
program using RAND exits
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
2012 Jan 31
1
[Bug 1974] New: Support for encrypted host keys
https://bugzilla.mindrot.org/show_bug.cgi?id=1974
Bug #: 1974
Summary: Support for encrypted host keys
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo:
2016 Mar 26
3
[Bug 2558] New: Add RemoteCommand option to ssh client
https://bugzilla.mindrot.org/show_bug.cgi?id=2558
Bug ID: 2558
Summary: Add RemoteCommand option to ssh client
Product: Portable OpenSSH
Version: 7.2p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
2004 Apr 26
2
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From djm at mindrot.org 2004-04-26 15:14 -------
Can this bug be closed? Yoshifuji-san's patch was committed two years ago...
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2013 Sep 10
4
[Bug 1647] Implement FIPS 186-3 for DSA keys
https://bugzilla.mindrot.org/show_bug.cgi?id=1647
mackyle at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mackyle at gmail.com
--- Comment #2 from mackyle at gmail.com ---
RFC 6668 [1] (2012-07) updated RFC 4253 adding the SHA-256 data
2010 Jul 09
1
installing packages over ssh without X forwarding
Hi,
Is it possible to install packages without the testing if installed
package can be loaded?
I need to install bunch of packages on multiple computers over ssh. Some
packages witch interact with X11 display cannot be installed in this way.
for example after:
> install.packages('cairoDevice',dep=T)
I get
(...)
*** installing help indices
** building package indices ...
** testing if
2013 Dec 16
15
[Bug 2185] New: Allow entering the PIN via reader pinpad
https://bugzilla.mindrot.org/show_bug.cgi?id=2185
Bug ID: 2185
Summary: Allow entering the PIN via reader pinpad
Product: Portable OpenSSH
Version: 6.4p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Smartcard
Assignee: unassigned-bugs at
2002 Mar 13
0
[Bug 164] New: X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
Summary: X-forwarding when connecting to an IPv6-enabled host
doesn't work.
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo:
2002 Oct 26
3
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From cjwatson at debian.org 2002-10-27 00:16 -------
Marco d'Itri suggested in http://bugs.debian.org/153154 that ssh should only
bind to AF_INET addresses in x11_create_display_inet(), since at least the
xtrans code in XFree86 doesn't support IPv6. Is this a valid approach?
------- You are receiving this
2002 Mar 13
7
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From stevesk at pobox.com 2002-03-14 06:17 -------
can you provide sshd -d output? i want to see any
debug messages from x11_create_display_inet().
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 May 17
6
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From yoshfuji at linux-ipv6.org 2002-05-18 09:44 -------
Created an attachment (id=97)
Try to set IPV6_V6ONLY if available. Open ::1 and 127.0.0.1 if x11_use_localhost is set.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2014 Jan 02
0
ForwardX11Timeout = 0 disables untrusted connections
Hi,
it seems that setting
ForwardX11Trusted = yes
ForwardX11Timeout = 0
causes untrusted connections to be refused immediately. While this
certainly makes sense this way, I believe in this case ForwardX11Timeout
= 0 might be better used for disabling the timeout entirely (the current
behaviour is the same as ForwardX11Trusted = no).
Is there some reason while this would be a bad idea?
2014 Jan 01
0
[Bug 1457] X11 Forwarding doesn't work anymore on a solaris 10 host where ipv6 has not been enabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1457
Ian Donaldson <iand at ekit-inc.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |iand at ekit-inc.com
--- Comment #6 from Ian Donaldson <iand at ekit-inc.com> ---
Any updates on this? I
2015 Sep 09
0
[Bug 1457] X11 Forwarding doesn't work anymore on a solaris 10 host where ipv6 has not been enabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1457
--- Comment #9 from Ian Donaldson <iand at ekit-inc.com> ---
Ok agreed, my patch reopens that CVE.
The problem is that on Solaris 9 and Solaris 10 if you don't
have IPv6 addresses configured, getaddrinfo() returns both AF_INET and
AF_INET6 entries, and it returns AF_INET6 *first*.
An attempted bind() to an AF_INET6 address on a system
2015 Sep 07
0
[Bug 1457] X11 Forwarding doesn't work anymore on a solaris 10 host where ipv6 has not been enabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1457
--- Comment #7 from Ian Donaldson <iand at ekit-inc.com> ---
FYI had to apply the same patch to 7.1p1
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.