Skip to content

Investigate if hard coded list of supported algorithms can be replaced with ssh.SupportedAlgorithms()

Overview

Over at labkit!207 (comment 2681779732), Stan makes a good point that we could use ssh.SupportedAlgorithms() instead of hard coding the list.

Proposal

Investigate if hard coded list of supported algorithms can be replaced by using ssh.SupportedAlgorithms() instead.