Skip to content

jvsalo/apt-dater-host

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • Perl 87.4%
  • Visual Basic .NET 11.2%
  • Makefile 1.2%
  • Other 0.2%