mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-30 13:56:37 -04:00
Improve StringGen to allow creating file name-safe complex strings; remove in-code references to future additions
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ func TempInitCli() {
|
||||
sshUser := input("Remote SSH username:")
|
||||
sshPort := input("Remote SSH port:")
|
||||
sshIP := input("Remote SSH IP/domain:")
|
||||
sshKey := expandPathWithHome(input("SSH private identity file path:")) // TODO implement generator and selector
|
||||
sshKey := expandPathWithHome(input("SSH private identity file path:"))
|
||||
sshKeyProtected := inputBinary("Is the identity file password-protected?")
|
||||
|
||||
// initialize libmutton directories
|
||||
|
||||
Reference in New Issue
Block a user