Merge pull request #392 from dylanmtaylor/patch-2
Add SSH Server Application Profile
This commit is contained in:
commit
a739326be4
|
|
@ -0,0 +1,9 @@
|
||||||
|
import archinstall
|
||||||
|
|
||||||
|
# Define the package list in order for lib to source
|
||||||
|
# which packages will be installed by this profile
|
||||||
|
__packages__ = ["openssh"]
|
||||||
|
|
||||||
|
installation.add_additional_packages(__packages__)
|
||||||
|
|
||||||
|
installation.enable_service('sshd')
|
||||||
Loading…
Reference in New Issue