remoteUser (property)

The id of the user on the remote host.

Syntax

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

Default Value

""

Remarks

This must be the id of a user in the remote host for whom remote execution of commands is permitted.

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