From 8c9819fd9bc97490cc7e0a13d599dc5e1b8e6b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Str=C3=A5th?= Date: Wed, 29 Oct 2014 16:06:51 +0100 Subject: [PATCH] Update and rename UbuntuFreeRadiusYubiKey.txt to Ubuntu_FreeRadius_YubiKey.adoc --- ...Key.txt => Ubuntu_FreeRadius_YubiKey.adoc} | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) rename doc/{UbuntuFreeRadiusYubiKey.txt => Ubuntu_FreeRadius_YubiKey.adoc} (94%) diff --git a/doc/UbuntuFreeRadiusYubiKey.txt b/doc/Ubuntu_FreeRadius_YubiKey.adoc similarity index 94% rename from doc/UbuntuFreeRadiusYubiKey.txt rename to doc/Ubuntu_FreeRadius_YubiKey.adoc index 26e2a6d..ed80633 100644 --- a/doc/UbuntuFreeRadiusYubiKey.txt +++ b/doc/Ubuntu_FreeRadius_YubiKey.adoc @@ -4,23 +4,23 @@ Ubuntu FreeRadius YubiKey Create and login to a fresh Ubuntu 10.04 LTS machine: ------ - vmbuilder kvm ubuntu \ - --dest /var/lib/libvirt/images/freeradius \ - --proxy http://192.168.1.2/ubuntu \ - --rootsize 10000 \ - --mem 600 \ - --suite lucid \ - --flavour virtual \ - --addpkg unattended-upgrades \ - --addpkg openssh-server \ - --addpkg avahi-daemon \ - --addpkg acpid \ - --ssh-key /root/.ssh/authorized_keys \ - --libvirt qemu:///system \ - --hostname freeradius \ - --bridge br0 \ - --debug - ssh -l root freeradius.local +vmbuilder kvm ubuntu \ + --dest /var/lib/libvirt/images/freeradius \ + --proxy http://192.168.1.2/ubuntu \ + --rootsize 10000 \ + --mem 600 \ + --suite lucid \ + --flavour virtual \ + --addpkg unattended-upgrades \ + --addpkg openssh-server \ + --addpkg avahi-daemon \ + --addpkg acpid \ + --ssh-key /root/.ssh/authorized_keys \ + --libvirt qemu:///system \ + --hostname freeradius \ + --bridge br0 \ + --debug +ssh -l root freeradius.local ------ Install and configure software :