mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-06-07 07:24:12 -04:00
Fewer
This commit is contained in:
parent
be2881d629
commit
23f390f4ab
@ -16,7 +16,7 @@
|
|||||||
- Removes INFO that SSHPASS is not installed during config, if it's not needed. Redirects user to documentation.
|
- Removes INFO that SSHPASS is not installed during config, if it's not needed. Redirects user to documentation.
|
||||||
- Better error handling of configuration options.
|
- Better error handling of configuration options.
|
||||||
- Adds custom port specification to ssh-copy-id command during configuration generation.
|
- Adds custom port specification to ssh-copy-id command during configuration generation.
|
||||||
- OpenSSH key generation works without user prompts.
|
- OpenSSH key generation works fewer user prompts.
|
||||||
|
|
||||||
#### 1.7.7
|
#### 1.7.7
|
||||||
- `config` function will attempt to ping remote host to validate network connection, can by bypassed by adding `PING_AVOID='1'` to your `gravity-sync.conf` file.
|
- `config` function will attempt to ping remote host to validate network connection, can by bypassed by adding `PING_AVOID='1'` to your `gravity-sync.conf` file.
|
||||||
|
@ -985,13 +985,13 @@ function config_generate {
|
|||||||
MESSAGE="Using Existing ~/${SSH_PKIF}"
|
MESSAGE="Using Existing ~/${SSH_PKIF}"
|
||||||
echo_info
|
echo_info
|
||||||
else
|
else
|
||||||
KEYGEN_COMMAND="ssh-keygen -q -N \"\" -t rsa -f"
|
KEYGEN_COMMAND="ssh-keygen -N \"\" -t rsa -f"
|
||||||
detect_sshkeygen
|
detect_sshkeygen
|
||||||
|
|
||||||
MESSAGE="Generating ~/${SSH_PKIF}"
|
MESSAGE="Generating ~/${SSH_PKIF}"
|
||||||
echo_info
|
echo_info
|
||||||
|
|
||||||
MESSAGE="Accept All Defaults"
|
MESSAGE="Accept All Defaults If Prompted"
|
||||||
echo_warn
|
echo_warn
|
||||||
|
|
||||||
MESSAGE="Complete Key-Pair Creation"
|
MESSAGE="Complete Key-Pair Creation"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user