forked from DE-IBH/apt-dater-host
-
Notifications
You must be signed in to change notification settings - Fork 0
host helper application for apt-dater
drousseau/apt-dater-host
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
README for apt-dater-host
=========================
Setup hosts managed by apt-dater:
You need a SSH server and sudo installed. Create a user which will
be used to install updates (using root is NOT recommended).
Modify the /etc/sudoers:
Defaults env_reset,env_keep=MAINTAINER
the-user ALL=NOPASSWD: /usr/bin/apt-get, /usr/bin/aptitude
At your management server:
Create a user on your management server which perform updates on your
hosts.
Generate a SSH keypair:
ssh-keygen [..]
Distribute the public key(s) e.g.:
ssh-copy-id -i ~/.ssh/your-public-key managed-host
About
host helper application for apt-dater
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Perl 79.2%
- Visual Basic .NET 10.1%
- Shell 9.1%
- Makefile 1.5%
- Batchfile 0.1%