mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 18:55:47 +00:00
allow specifying the SSH port (fixes #269)
This commit is contained in:
@@ -21,6 +21,7 @@ export class SSHSettingsTabComponent {
|
||||
let connection: SSHConnection = {
|
||||
name: '',
|
||||
host: '',
|
||||
port: 22,
|
||||
user: 'root',
|
||||
}
|
||||
let modal = this.ngbModal.open(EditConnectionModalComponent)
|
||||
|
||||
Reference in New Issue
Block a user