Skip to content

mavproxy_signing: allow signing keys with no protocol prefix#1687

Merged
tridge merged 1 commit into
ArduPilot:masterfrom
tridge:pr-signing-keys-noproto
May 18, 2026
Merged

mavproxy_signing: allow signing keys with no protocol prefix#1687
tridge merged 1 commit into
ArduPilot:masterfrom
tridge:pr-signing-keys-noproto

Conversation

@tridge

@tridge tridge commented May 18, 2026

Copy link
Copy Markdown
Contributor

An entry of the form "host:port" in ~/.mavproxy/signing.keys now matches a device of the form "proto:host:port" for any protocol (udp, tcp, etc).

An entry of the form "host:port" in ~/.mavproxy/signing.keys now matches a
device of the form "proto:host:port" for any protocol (udp, tcp, etc).

@peterbarker peterbarker left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatively you could allow globbing instead - less magic.

i.e. *:192.168.1.56:5760

@tridge

tridge commented May 18, 2026

Copy link
Copy Markdown
Contributor Author

Alternatively you could allow globbing instead - less magic.

I considered that, but I think this is simpler from the users point of view

@tridge tridge merged commit e125839 into ArduPilot:master May 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants