Giter VIP home page Giter VIP logo

Comments (29)

marek90 avatar marek90 commented on May 26, 2024 2

Hi @isontheline, thanks for looking into this! Well, I've some apps (can't remember which off top of my mind) to offer both -- you can select to use iCloud backuo/sync (using a toggle) in addition to being able to export the settings into a zip file (via a share sheet).

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024 1

I also plan to let user import/export WebSSH database through mashREPL

from pro.webssh.net.

josemmba avatar josemmba commented on May 26, 2024 1

Synchronizing through iCloud would be the best option. I think.

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

Hi @marek90

Thank you very much for your support!

Not just an idea, a real useful use case for a lot of users ;)

I of course accept this great needed feature.

Does the sync need to be manual (import/export actions), or can I use Apple cloud's framework?

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

Now planned ;)

from pro.webssh.net.

C018 avatar C018 commented on May 26, 2024

Can you add a key management system, including one-click key generation, management of public keys, private keys, etc., import and export. Write public key to server with one click

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

In-App Purchase

  • (Tier 2) Export / Import database #23
  • (Tier 3) iCloud Sync #23

from pro.webssh.net.

mbierman avatar mbierman commented on May 26, 2024

I can’t wait! Thank you!

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

I will do my best efforts πŸ˜‡

from pro.webssh.net.

mbierman avatar mbierman commented on May 26, 2024

This hasn’t made it to the beta yet, has it?

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

I'm afraid @mbierman, even if this issue is six months old I haven't been working on it yet πŸ˜•

from pro.webssh.net.

alexhk avatar alexhk commented on May 26, 2024

I had WebSSH installed on my phone for a while for some reason, but just today purchased Premium and started using it.

I am looking forward to import/export (and sync), I have a lot of servers to connect to and setting them all up manually is a pain in the neck. Even from a simple text file, JSON or XML would be better than nothing. Or manually editing a database file in worst case.

(I used Termius/iTerminal for years and paid for it, but just don't like another subscription for my occasional use - I always try to get to a real computer anyway if possible)

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

Hello @alexhk πŸ‘‹

Thank you a lot for your purchase!

I'm late on this issue, sorry.

I agree an import feature from a text file should be implemented asap.

What do you need firstly : a sync between devices or an import feature ?

from pro.webssh.net.

alexhk avatar alexhk commented on May 26, 2024

I assume importing would be of higher priority for me personally, but either way both would be great and will drive new users towards the app. While you are at it, export would also be nice :)

I am using SecureCRT. It's a commercial application and Termius also allows imports from SecureCRT's exported XML file.

As far as I know the way to export hosts from Termius is via their CLI:

termius export-ssh-config # Export to ./termius/sshconfig

https://github.com/termius/termius-cli

Not sure what format that would be.

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

Thank you for your feedback @alexhk

I'm currently implementing Dark Mode and I will switch to export / import / sync feature just after

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

Let's go!

I'm now working on iCloud sync πŸ˜‡

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

I will release beta iCloud support in a few hours

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

iCloud support now available on TestFlight

from pro.webssh.net.

svenh0 avatar svenh0 commented on May 26, 2024

Hello

After activating iCloud and Sync credentials i lost the user/passwords of all connections.
On connect show an error "empty field" user needed.

After save the user/password manuell to the connection, i can connect without errors.

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

Sorry for the trouble

Do you lost the credentials on your main device or your secondary device?

from pro.webssh.net.

svenh0 avatar svenh0 commented on May 26, 2024

No problem.
It was only a info for you.

I have activated yesterday the iCloud with sync only on the iPad. (Both options on 14.5.4)
After activation the connections was not lost, only the fields for user/password in all connections was lost.
All other fields was not lost.

Today i have installed the 14.5.5 on the iPhone and then activated there the iCloud with sync.
After this there was saved the user/password in all connections, was not lost.

The connections of both devices was merged in the connectionlist.
In all connection was now saved a user/password.
Also on the iPad with 14.5.5

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

Hello @svenh0 πŸ‘‹

Thank you a lot for your quick feedback about iCloud implementation inside WebSSH πŸ‘

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

Need to improve (future) with sync notifications : https://developer.apple.com/documentation/cloudkit/ckquerysubscription?language=objc

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

@marek90 @mbierman Could you try the iCloud sync?

You can also make a database backup before enabling it by using this command in mashREPL :
webssh database backup

from pro.webssh.net.

marek90 avatar marek90 commented on May 26, 2024

@isontheline , I have an older iPad mini and just found out that the highest version of WebSSH I can run is 14.10 :(

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

@marek90 Oh sorry.
iPad mini under 4?

from pro.webssh.net.

marek90 avatar marek90 commented on May 26, 2024

Yeah, iPad mini 3. It was still supported by WebSSH when I first suggested this feature πŸ˜€

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

Sorry for this bad news πŸ™
In order to update the libraries used inside WebSSH I have to upgrade the minimum iOS version to 14.x

from pro.webssh.net.

isontheline avatar isontheline commented on May 26, 2024

WebSSH database can now be backed up and restored through mashREPL :

from pro.webssh.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.