mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 16:47:14 -04:00
Removed old reference to rsync in config string
This commit is contained in:
@@ -83,7 +83,7 @@ def tweak(): # runs configuration wizard
|
|||||||
|
|
||||||
# ssh key configuration
|
# ssh key configuration
|
||||||
_ssh_gen = (input('\nMake sure the ssh service on the remote server is running and properly configured.'
|
_ssh_gen = (input('\nMake sure the ssh service on the remote server is running and properly configured.'
|
||||||
'\n\nrsync support requires a unique ssh key. Would you like to have this automatically '
|
'\n\nSync support requires a unique ssh key. Would you like to have this automatically '
|
||||||
'generated? (Y/n) '))
|
'generated? (Y/n) '))
|
||||||
if _ssh_gen != 'n' and _ssh_gen != 'N':
|
if _ssh_gen != 'n' and _ssh_gen != 'N':
|
||||||
system('ssh-keygen -t ed25519 -f ~/.ssh/sshyp')
|
system('ssh-keygen -t ed25519 -f ~/.ssh/sshyp')
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ Changes:
|
|||||||
** when syncing, a check is made to see if any folders are not on all devices - if the check comes back true, it is corrected
|
** when syncing, a check is made to see if any folders are not on all devices - if the check comes back true, it is corrected
|
||||||
** folders generated in /dev/shm are once again properly deleted with keyboard interrupts
|
** folders generated in /dev/shm are once again properly deleted with keyboard interrupts
|
||||||
** .lower() is now used to remove casing when checking inputs
|
** .lower() is now used to remove casing when checking inputs
|
||||||
|
- removed an old reference to "rsync" in the configuration dialog
|
||||||
|
|
||||||
Planned for next major update (The Fluffier Update):
|
Planned for next major update (The Fluffier Update):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user