Prep for first release of sshyp

This commit is contained in:
2021-11-05 10:04:55 -04:00
parent aa9dd11793
commit a81f892c4c
5 changed files with 18 additions and 22 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
# TODO use partition command instead of split for separating paths
# TODO use classes!
# sshync 2021.11.04.unreleased4
# sshync 2021.11.05.unreleased5
# sshync was created to solve a problem with rpass/sshyp, and as such, sshync will be bundled with sshyp until it is
# polished enough for a standalone release
+2 -2
View File
@@ -114,7 +114,7 @@ if argument == 'version' or argument == '-v':
print('/ /')
print('/ sshyp Copyright (C) 2021 Randall Winkhart /')
print('/ /')
print('/ Version 2021.11.04.fr1 /')
print('/ Version 2021.11.05.fr1 /')
print('/ The sshync Update /')
print('/ /')
print('////////////////////////////////////////////////////////\n')
@@ -189,7 +189,7 @@ if argument == 'config':
open("/var/lib/sshyp/sshyp-device", 'w').write(devicetype)
sshync.make_profile('/var/lib/sshyp/sshyp.sshync', '/home/' + environ.get('USER') + '/.password-pasture/',
directoryssh, '/home/' + environ.get('USER') + '/.ssh/sshyp', ip, port, usernamessh)
print('\nConfiguration complete!\n')
print('Configuration complete!\n')
except KeyboardInterrupt:
print('\n\nConfiguration cancelled.\n')
exit()