Displaying 20 results from an estimated 90000 matches similar to: "[Bug 454] SSH doesn't consider distinguish ports for host-key verification"
2005 Apr 21
0
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From djm at mindrot.org 2005-04-21
2004 Jun 11
2
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
------- Additional Comments From robbat2 at gentoo.org 2004-06-11 15:34 -------
will this ever be implemented, or is it waiting for somebody to send in code
for it?
existing $HOME/.ssh/known_hosts file has the following format:
'host keytype keydata'
where host is a either an IP or a name that resolves to the IP of the machine
in
2004 Dec 16
0
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
------- Additional Comments From foomzilla at fuhm.net 2004-12-17 06:01 -------
See also bug 910 for a patch.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2005 Feb 25
0
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
dave at dave.clendenan.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dave at dave.clendenan.ca
------- You are receiving this mail because: -------
You are the assignee for the bug, or are
2002 Dec 09
0
[Bug 454] New: SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
Summary: SSH doesn't consider distinguish ports for host-key
verification
Product: Portable OpenSSH
Version: 3.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo:
2002 Dec 10
2
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
------- Additional Comments From markus at openbsd.org 2002-12-10 20:14 -------
hm, i think about adding
ManglePort=yes
to the options. This option will create Hostkeyaliases on
the fly if the port is != 22, and use
'foor.bar.com at portXXX'
as an alias.
------- You are receiving this mail because: -------
You are the assignee for
2003 Mar 27
1
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |misiek at pld.org.pl
------- Additional Comments From djm at mindrot.org 2003-03-27 21:35 -------
*** Bug 523 has been marked as a
2003 Feb 07
0
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
------- Additional Comments From august at dce.chalmers.se 2003-02-07 21:03 -------
This feature would be useful for another issue as well:
I have a dlink nat/gateway/switch/dhcp thingy, and a static IP. Behind it are
about 3-5 machines. I can specify one IP on the inside that gets connections
made to port 22 from the outside.
But if I want
2004 May 23
7
[Bug 872] SSH client fails for non-root users with "Host key verification failed"
http://bugzilla.mindrot.org/show_bug.cgi?id=872
Summary: SSH client fails for non-root users with "Host key
verification failed"
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: ssh
2002 Oct 18
3
Host Key Verification failed - ssh via cgi
hi, my scenario is this:
i have a cgi (on host1) that executes ssh (as userxyz) to a remote server (host2), executes a command to retrieve some data and outputs them to the local browser.
on host1:
#!/usr/bin/perl -w
...
$output = `/usr/local/bin/ssh -l userxyz -x host2 ls -l`
...
but i get "Host Key Verification failed" on my apache's error_log. i can do it on the command line,
[Bug 1103] New option for ssh(1) to make it failing when remote port forwarding can't be established
2006 Sep 28
0
[Bug 1103] New option for ssh(1) to make it failing when remote port forwarding can't be established
http://bugzilla.mindrot.org/show_bug.cgi?id=1103
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #3 from dtucker at zip.com.au 2006-09-28 19:25 -------
With the release of 4.4, we believe that this bug is
2006 Sep 28
0
[Bug 1157] ssh-keygen doesn't handle DOS line breaks
http://bugzilla.mindrot.org/show_bug.cgi?id=1157
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #25 from dtucker at zip.com.au 2006-09-28 19:25 -------
With the release of 4.4, we believe that this bug is
2003 Oct 08
1
[Bug 734] Misleading error message when host key verification is impossible / SSH_ASKPASS impossible.
http://bugzilla.mindrot.org/show_bug.cgi?id=734
Summary: Misleading error message when host key verification is
impossible / SSH_ASKPASS impossible.
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
2023 Aug 18
1
Host key verification (known_hosts) with ProxyJump/ProxyCommand
On Fri, 18 Aug 2023 at 15:25, Stuart Longland VK4MSL <me at vk4msl.com> wrote:
[...]
> The crux of this is that we cannot assume the local IPv4 address is
> unique, since it's not (and in many cases, not even static).
If the IP address is not significant, you can tell ssh to not record
them ("CheckHostIP no").
[...]
> Host mytarget
> Hostname 172.16.1.2
2023 Aug 18
1
Host key verification (known_hosts) with ProxyJump/ProxyCommand
On Fri, 18 Aug 2023 at 17:18, Stuart Longland VK4MSL <me at vk4msl.com> wrote:
> On 18/8/23 15:39, Darren Tucker wrote:
[...]
> > I think you just need "HostKeyAlias mytarget" here.
>
> Ahh, in my scanning through the `ssh_config` manpage, I missed this, and
> change logs seem to indicate this feature has been around since at least
> 2017, so should not cause
2006 Oct 07
0
[Bug 1065] password expiration and SSH keys don't go well together
http://bugzilla.mindrot.org/show_bug.cgi?id=1065
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #16 from dtucker at zip.com.au 2006-10-07 11:41 -------
Change all RESOLVED bug to CLOSED with the exception
2006 Oct 07
0
[Bug 985] scp doesn't honor local ~/.ssh/config for host2
http://bugzilla.mindrot.org/show_bug.cgi?id=985
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #2 from dtucker at zip.com.au 2006-10-07 11:38 -------
Change all RESOLVED bug to CLOSED with the exception
2006 Oct 07
0
[Bug 987] "man ssh" doesn't mention 'ForwardX11Trusted'
http://bugzilla.mindrot.org/show_bug.cgi?id=987
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #3 from dtucker at zip.com.au 2006-10-07 11:38 -------
Change all RESOLVED bug to CLOSED with the exception
2006 Oct 07
0
[Bug 1015] terminal resize doesn't work for ssh caching
http://bugzilla.mindrot.org/show_bug.cgi?id=1015
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #6 from dtucker at zip.com.au 2006-10-07 11:39 -------
Change all RESOLVED bug to CLOSED with the exception
2006 Oct 07
0
[Bug 1016] ssh caching doesn't forward X11 connections
http://bugzilla.mindrot.org/show_bug.cgi?id=1016
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #9 from dtucker at zip.com.au 2006-10-07 11:39 -------
Change all RESOLVED bug to CLOSED with the exception