SSH COMMANDS
1042
E-DOC-CTC-20100729-0006 v3.0.Copyright 2011Technicolor. All rights reserved.
This document contains Technicolor proprietary and confidential information. Passing on and copying of this document, use,
extraction and communication of its contents, is not permitted without written authorization from Technicolor.
ssh config
Configure SSH
SYNTAX:
ssh config
[auth = <{password|public_key}>]
[auth_timeout = <number{0-60}>]
[auth_attempts = <number{1-50}>]
[shell = <{disabled|enabled}>]
[sftp = <{disabled|enabled}>]
where:
auth
Authentication is based on...
OPTIONAL
auth_timeout
Allowed time to type in username and password
OPTIONAL
auth_attempts
Attempts untill SSH disconnects
OPTIONAL
shell
Enable/Disable shell
OPTIONAL
sftp
Enable/Disable sftp
OPTIONAL
nickdj.co.uk