ssh: Remove old dev servers code paths (#18823)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2024-10-07 19:18:44 +02:00 committed by GitHub
parent 11206a8444
commit 60c12a8d06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 538 deletions

View file

@ -28,10 +28,6 @@ pub struct SshSettings {
}
impl SshSettings {
pub fn use_direct_ssh(&self) -> bool {
self.ssh_connections.is_some()
}
pub fn ssh_connections(&self) -> impl Iterator<Item = SshConnection> {
self.ssh_connections.clone().into_iter().flatten()
}