forked from andreapollastri/cipi
-
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.
Merge pull request andreapollastri#28 from andreapollastri/develop
SSH root key access (thank you to Lewis Smallwood)
- Loading branch information
Showing
11 changed files
with
219 additions
and
49 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 |
---|---|---|
|
@@ -17,7 +17,8 @@ USER_NAME="Cipi Admin" | |
USER_EMAIL=[email protected] | ||
USER_PASSWORD=12345678 | ||
|
||
SSH_DEFAULT_PORT=1759 | ||
SSH_DEFAULT_PORT=22 | ||
ENABLE_SSH_ROOT_ACCESS=0 | ||
|
||
BROADCAST_DRIVER=log | ||
CACHE_DRIVER=file | ||
|
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 |
---|---|---|
|
@@ -8,3 +8,5 @@ Homestead.json | |
Homestead.yaml | ||
npm-debug.log | ||
yarn-error.log | ||
.idea/ | ||
.idea/* |
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
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,12 @@ | ||
# This is the authorized_keys file. It provides passwordless access to the system from other hosts via SSH. | ||
# The host running the Cipi control panel has a private key on it. By putting the public key for the server below, | ||
# this allows the Cipi control panel to have passwordless control over the root account via SSH on the system using the | ||
# public and private keypair. | ||
# | ||
# DO NOT MODIFY THIS FILE OR THE /etc/ssh/sshd_config FILE UNLESS YOU KNOW WHAT YOU ARE DOING | ||
# OR YOU MAY LOSE ACCESS TO THIS SERVER FROM THE CIPI CONTROL PANEL. | ||
# | ||
# The control panel access key | ||
# CIPI-CONTROL-PANEL-PUBLIC-KEY | ||
# | ||
# ADD YOUR HOSTS BELOW |
Oops, something went wrong.