[freeside-commits] branch master updated. 35f3cb28e5d3fee1bc1a892acb9cc2d90f55d365
Ivan
ivan at 420.am
Wed Jul 24 11:58:09 PDT 2013
The branch, master has been updated
via 35f3cb28e5d3fee1bc1a892acb9cc2d90f55d365 (commit)
from 116ae6107240a49c854de2662678abb4fbb8acab (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 35f3cb28e5d3fee1bc1a892acb9cc2d90f55d365
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jul 24 11:58:08 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 5e42531..6ad9f8c 100644
--- a/Makefile
+++ b/Makefile
@@ -286,7 +286,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