[Package]
version: 5
depends: 

[Product]
type: localboot
id: l-openssh
name: Linux OpenSSH
description: OpenSSH client/server for Linux
advice: 
version: 4.3.0.2
priority: 80
licenseRequired: False
productClasses: 
setupScript: setup.opsiscript
uninstallScript: uninstall.opsiscript
updateScript: 
alwaysScript: 
onceScript: 
customScript: 
userLoginScript: 

[ProductProperty]
type: bool
name: install_server
description: Install the OpenSSH server?
default: True

[ProductProperty]
type: bool
name: install_client
description: Install the OpenSSH client?
default: False

[ProductProperty]
type: unicode
name: start_server
multivalue: False
editable: False
description: Start OpenSSH server
values: ["automatic","no","once"]
default: ["automatic"]

[ProductProperty]
type: unicode
name: ssh_pub_key
multivalue: False
editable: True
description: Public key used for root SSH authentication (optional)
values: []
default: []

[ProductProperty]
type: unicode
name: permit_root
multivalue: False
editable: True
description: Controls SSH root login
values: ["no","prohibit-password","yes"]
default: ["prohibit-password"]
