SSHPassword (property)

The password for SSH password-based authentication.

Syntax

@property (nonatomic,readwrite,assign,getter=SSHPassword,setter=setSSHPassword:) NSString* SSHPassword;
- (NSString*)SSHPassword;
- (void)setSSHPassword:(NSString*)newSSHPassword;
public var SSHPassword: String {
  get {...}
set {...} }

Default Value

""

Remarks

SSHPassword specifies the password which is used to authenticate the client to the SSH server.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 iOS Edition - Version 20.0 [Build 8501]