mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 14:34:54 +00:00
allow specifying the SSH port (fixes #269)
This commit is contained in:
@@ -100,6 +100,7 @@ export class SSHService {
|
||||
|
||||
ssh.connect({
|
||||
host: connection.host,
|
||||
port: connection.port || 22,
|
||||
username: connection.user,
|
||||
password: privateKey ? undefined : '',
|
||||
privateKey,
|
||||
|
Reference in New Issue
Block a user