Web GUI; instead of putty Probably stupid question, but is there by any chance some WEB GUI that would replace PUTTY when doing git pulls, editing apache files, setting up new domains, setting up certificates, creating new folders for domains...basic stuff?
What OS are you using? Personally I would go with a proper terminal with ssh keys for easy connection :)
I just write
ssh nameofserver
and I am in (running on ubuntu)
But for web, try googling for "web based ssh"
Example:
https://www.serfish.com/console/ or http://web-console.org/
Hi @andyandy
In addition to @sinnbeck reply, if you are indeed in windows, I’d recommend to download Git for Windows which comes with a Git BASH built-in.
You can then do run ssh there too besides having some more Git tools to work with in windows, like a GUI.
download: https://gitforwindows.org/
Or install wsl2 and Ubuntu :p
I also hear the Windows Terminal app (app store) should be good.. But I haven't really tried it
Please sign in or create an account to participate in this conversation.