Displaying 6 results from an estimated 6 matches for "_ssh".
Did you mean:
_sse
2014 Mar 24
7
[Bug 2217] New: allow using _ssh._tcp SRV records
https://bugzilla.mindrot.org/show_bug.cgi?id=2217
Bug ID: 2217
Summary: allow using _ssh._tcp SRV records
Product: Portable OpenSSH
Version: 6.5p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporte...
2025 May 12
1
OpenSSH (ssh or sftp) client support of DNS SRV records
...see any follow-up. and not sure if any reason was put forward why it's a bad idea.
>
> The front end code already exists in other products that already leverage this. 'sendmail' is the most obvious example.
>
> AKA,
>
> You have the following SRV records:
>
> _ssh._tcp.<mydomain.com>
>
> _ssh._tcp.<mydomain.com has SRV record 0 110 123 sshserver1.<mydomain.com
> _ssh._tcp.<mydomain.com has SRV record 0 110 123 sshserver2.<mydomain.com
> _ssh._tcp.<mydomain.com has SRV record 0 110 123 sshserver3.<mydomain.com
>
> A...
2025 May 12
0
OpenSSH (ssh or sftp) client support of DNS SRV records
...ple redundant SSH servers.
I don't see any follow-up. and not sure if any reason was put forward why it's a bad idea.
The front end code already exists in other products that already leverage this. 'sendmail' is the most obvious example.
AKA,
You have the following SRV records:
_ssh._tcp.<mydomain.com>
_ssh._tcp.<mydomain.com has SRV record 0 110 123 sshserver1.<mydomain.com
_ssh._tcp.<mydomain.com has SRV record 0 110 123 sshserver2.<mydomain.com
_ssh._tcp.<mydomain.com has SRV record 0 110 123 sshserver3.<mydomain.com
And the client can determine th...
2025 May 14
0
OpenSSH (ssh or sftp) client support of DNS SRV records
...9;t see any follow-up. and not sure if any reason was put forward why it's a bad idea.
>
> The front end code already exists in other products that already leverage this. 'sendmail' is the most obvious example.
>
> AKA,
>
> You have the following SRV records:
>
> _ssh._tcp.<mydomain.com>
>
> _ssh._tcp.<mydomain.com has SRV record 0 110 123 sshserver1.<mydomain.com
> _ssh._tcp.<mydomain.com has SRV record 0 110 123 sshserver2.<mydomain.com
> _ssh._tcp.<mydomain.com has SRV record 0 110 123 sshserver3.<mydomain.com
>
> And...
2020 Oct 01
2
Another question about this shell magic...
Hi Martin,
Martin Drescher wrote on Thu, Oct 01, 2020 at 02:06:22PM +0200:
> Can someone tell how this magic works?
No, and this question is off-topic on this list because it is not
related to OpenSSH. It is a question about your shell, and about
how the configuration of your shell works, and you don't even provide
information about how you have configured your shell.
Yours,
Ingo
2001 Aug 02
3
Feature request
Hello,
I have an idea, is this a good list for it? I hope
it won't be offtopic.
So... it would be nice, if you change the host resolver
code to this: it should lookup MX records like mail
transport agents, but only if A record for host doesn't
present. Demonstration:
foo.org MX 7 bigboy.foo.org
bigboy.foo.org A 1.2.3.4
west.foo.org MX 1 mail.fooisp.net
west.foo.org