ssh: Remove old dev servers code paths (#18823)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
11206a8444
commit
60c12a8d06
2 changed files with 13 additions and 538 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue