2 # Environment file used to list common parameters required for all deployment
6 CloudDomain: opnfvlf.org
9 NeutronNetworkVLANRanges: 'datacentre:500:525'
12 - '/etc/ssh/ssh_host_rsa_key'
13 - '/etc/ssh/ssh_host_ecdsa_key'
14 - '/etc/ssh/ssh_host_ed25519_key'
15 SyslogFacility: 'AUTHPRIV'
16 AuthorizedKeysFile: '.ssh/authorized_keys'
17 PasswordAuthentication: 'no'
18 ChallengeResponseAuthentication: 'no'
19 GSSAPIAuthentication: 'no'
20 GSSAPICleanupCredentials: 'no'
23 UsePrivilegeSeparation: 'sandbox'
25 - 'LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES'
26 - 'LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT'
27 - 'LC_IDENTIFICATION LC_ALL LANGUAGE'
29 Subsystem: 'sftp /usr/libexec/openssh/sftp-server'