[freeside-commits] branch FREESIDE_3_BRANCH updated. 315e05ac3e63dbd51a162df27cff1233935d5cd3
Ivan
ivan at 420.am
Wed Jul 24 11:58:11 PDT 2013
The branch, FREESIDE_3_BRANCH has been updated
via 315e05ac3e63dbd51a162df27cff1233935d5cd3 (commit)
from aa23b425af032952095317d401686b7383d9f6a6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 315e05ac3e63dbd51a162df27cff1233935d5cd3
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jul 24 11:58:10 2013 -0700
directory needs to be readable/searchable for login to find the authorized_keys file and work
diff --git a/Makefile b/Makefile
index dd7adb0..35a3486 100644
--- a/Makefile
+++ b/Makefile
@@ -287,7 +287,7 @@ install-selfservice:
ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; perl Makefile.PL && make" ;\
ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; sudo make install" ;\
scp ~freeside/.ssh/id_dsa.pub ${SELFSERVICE_INSTALL_USER}@$$MACHINE:. ;\
- ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "sudo ${SELFSERVICE_INSTALL_USERADD} freeside; sudo install -d -o freeside -m 600 ~freeside/.ssh/; sudo install -o freeside -m 600 ./id_dsa.pub ~freeside/.ssh/authorized_keys" ;\
+ ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "sudo ${SELFSERVICE_INSTALL_USERADD} freeside; sudo install -d -o freeside -m 755 ~freeside/.ssh/; sudo install -o freeside -m 600 ./id_dsa.pub ~freeside/.ssh/authorized_keys" ;\
ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "sudo install -o freeside -d /usr/local/freeside" ;\
done
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list