* [PATCH 1/3] add language strings for SSH agent forwarding settings
@ 2019-04-08 16:34 Peter Müller
2019-04-08 19:58 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Peter Müller @ 2019-04-08 16:34 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1271 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
langs/de/cgi-bin/de.pl | 1 +
langs/en/cgi-bin/en.pl | 1 +
2 files changed, 2 insertions(+)
diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
index 88b34d23b..d63ebe6e5 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -2187,6 +2187,7 @@
'ssh access' => 'SSH-Zugriff',
'ssh access tip' => 'IPFire SSH läuft nicht auf dem Standardport 22!',
'ssh active sessions' => 'Aktive Benutzeranmeldungen',
+'ssh agent forwarding' => 'Weiterleitung des SSH-Agenten (Agent Forwarding) zulassen',
'ssh fingerprint' => 'Fingerabdruck',
'ssh host keys' => 'SSH Host Schlüssel',
'ssh is disabled' => 'Secure Shell ist deaktiviert. Halte an.',
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index af0d514af..a709604b0 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -2230,6 +2230,7 @@
'ssh access' => 'SSH Access',
'ssh access tip' => 'IPFire SSH is not using default port 22!',
'ssh active sessions' => 'Active logins',
+'ssh agent forwarding' => 'Enable SSH agent forwarding',
'ssh fingerprint' => 'Fingerprint',
'ssh host keys' => 'SSH Host Keys',
'ssh is disabled' => 'SSH is disabled. Stopping.',
--
2.16.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] add language strings for SSH agent forwarding settings
2019-04-08 16:34 [PATCH 1/3] add language strings for SSH agent forwarding settings Peter Müller
@ 2019-04-08 19:58 ` Michael Tremer
2019-04-12 17:08 ` Peter Müller
0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2019-04-08 19:58 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]
This is merged.
I do not really know why you are not submitting multiple patches as a patchset, but maybe look that up :)
Thanks for working on this. I was looking forward to it.
-Michael
> On 8 Apr 2019, at 17:34, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> langs/de/cgi-bin/de.pl | 1 +
> langs/en/cgi-bin/en.pl | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
> index 88b34d23b..d63ebe6e5 100644
> --- a/langs/de/cgi-bin/de.pl
> +++ b/langs/de/cgi-bin/de.pl
> @@ -2187,6 +2187,7 @@
> 'ssh access' => 'SSH-Zugriff',
> 'ssh access tip' => 'IPFire SSH läuft nicht auf dem Standardport 22!',
> 'ssh active sessions' => 'Aktive Benutzeranmeldungen',
> +'ssh agent forwarding' => 'Weiterleitung des SSH-Agenten (Agent Forwarding) zulassen',
> 'ssh fingerprint' => 'Fingerabdruck',
> 'ssh host keys' => 'SSH Host Schlüssel',
> 'ssh is disabled' => 'Secure Shell ist deaktiviert. Halte an.',
> diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
> index af0d514af..a709604b0 100644
> --- a/langs/en/cgi-bin/en.pl
> +++ b/langs/en/cgi-bin/en.pl
> @@ -2230,6 +2230,7 @@
> 'ssh access' => 'SSH Access',
> 'ssh access tip' => 'IPFire SSH is not using default port 22!',
> 'ssh active sessions' => 'Active logins',
> +'ssh agent forwarding' => 'Enable SSH agent forwarding',
> 'ssh fingerprint' => 'Fingerprint',
> 'ssh host keys' => 'SSH Host Keys',
> 'ssh is disabled' => 'SSH is disabled. Stopping.',
> --
> 2.16.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] add language strings for SSH agent forwarding settings
2019-04-08 19:58 ` Michael Tremer
@ 2019-04-12 17:08 ` Peter Müller
2019-04-13 16:20 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Peter Müller @ 2019-04-12 17:08 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 547 bytes --]
Hello Michael,
> This is merged.
thank you. :-)
>
> I do not really know why you are not submitting multiple patches as a patchset, but maybe look that up :)
I did not?! Patchwork showed this as a complete patchset:
https://patchwork.ipfire.org/project/ipfire/list/?series=630
I am puzzled...
>
> Thanks for working on this. I was looking forward to it.
Well, here you are. Sorry it took that long...
>
> -Michael
>
Thanks, and best regards,
Peter Müller
--
The road to Hades is easy to travel.
-- Bion of Borysthenes
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] add language strings for SSH agent forwarding settings
2019-04-12 17:08 ` Peter Müller
@ 2019-04-13 16:20 ` Michael Tremer
0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2019-04-13 16:20 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 723 bytes --]
Hmm, it does. But it misses an In-Reply-To header…
> On 12 Apr 2019, at 18:08, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> Hello Michael,
>
>> This is merged.
> thank you. :-)
>>
>> I do not really know why you are not submitting multiple patches as a patchset, but maybe look that up :)
> I did not?! Patchwork showed this as a complete patchset:
> https://patchwork.ipfire.org/project/ipfire/list/?series=630
>
> I am puzzled...
>>
>> Thanks for working on this. I was looking forward to it.
> Well, here you are. Sorry it took that long...
>>
>> -Michael
>>
> Thanks, and best regards,
> Peter Müller
> --
> The road to Hades is easy to travel.
> -- Bion of Borysthenes
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-04-13 16:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-08 16:34 [PATCH 1/3] add language strings for SSH agent forwarding settings Peter Müller
2019-04-08 19:58 ` Michael Tremer
2019-04-12 17:08 ` Peter Müller
2019-04-13 16:20 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox