Documentation about the ncm-ssh component

Configure State

[Parameters]

ssh_config_dir=/etc/ssh

ssh_client_config_file=ssh_config
ssh_daemon_config_file=sshd_config

ssh_startup_script=/sbin/service

Files:

1)/etc/ssh/sshd_config -- The daemon configuration file

2)/etc/ssh/ssh_config -- The client configuration file

Preserves the same permissions for both files.

The lines that the component add/modify is,

1)

LogLevel = VERBOSE

GSSAPIAuthentication = yes

ChallengeResponseAuthentication = yes

(PasswordAuthentication = no

UsePAM = yes

2)

GSSAPIAuthentication = yes

GSSAPIDelegateCredentials = yes

GSSAPITrustDNS = yes

When configure is done (re)starts the service

Older configuration files are kept in the same dir by the name ssh_config.old and sshd_config.old

Unconfigure state

Its empty..


example:

$ lcm --configure ssh

INFO] executing configure on components....


[INFO] running component: ssh
---------------------------------------------------------
[INFO] configure on component ssh executed, 0 errors, 0 warnings

=========================================================

[OK] 0 errors, 0 warnings executing configure


$ lcm --unconfigure ssh

[INFO] configure on component ssh executed, 0 errors, 0 warnings
unconfigure on component ssh executed, 0 errors, 0 warnings

=========================================================

[OK] 0 errors, 0 warnings executing unconfigure

Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r3 - 2015-11-12 - unknown
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Sandbox All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback