-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ssh-agent control. Avoid halting for non-errors
- Loading branch information
1 parent
99bb35a
commit 72136bf
Showing
4 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export MONGODB_PWD="coocoo4cocoa"; # The password the Meteor app will use to connect to a localhost MongoDB | ||
export TARGET_USER_PWD="okok"; # The sudoer password for the account that will install Habitat | ||
export HABITAT_USER_PWD="okok"; # The sudoer password to give the 'hab' user account when it is created | ||
export HABITAT_USER_SSH_KEY_PATH="/home/you/.ssh/id_rsa.pub"; # a key to be added to the remote host authorized_keys file | ||
|