-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added user and identity file to box config
- Loading branch information
Showing
3 changed files
with
16 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,10 @@ [email protected]: | |
alpha: /mnt/c/Users/me/src # local machine | ||
beta: ~/src # remote machine | ||
[email protected]: | ||
project: development-254604 | ||
box: ramon | ||
- project: development-254604 | ||
box: ramon | ||
user: another_user # only needed if ramon_company_com is not the user | ||
identity_file: /path/to/ssh-private # ~/.ssh/google_compute_engine by default | ||
``` | ||
To start and create the mutagen session: | ||
|
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