Info Security Memo
  • Blog
  • Sitemap
    • Categories
  • Contact
  • About
  • Resources
  • Tools
  • 51sec.org

Build Confidence

Focusing on Information Security 

Info Security Notes

[5 Min Docker] Free Sshwifty Web SSH & Telnet Client Deploy to Koyeb

5/14/2023

0 Comments

 
[5 Min Docker] Free Sshwifty Web SSH & Telnet Client Deploy to Koyeb
Sshwifty is a SSH and Telnet connector made for the Web. It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible (standard) web browser.

Author's Github page has shown how you can easily deploy this docker into your environment using Docker Run. In this post, I am gonna show you how to deploy it to free Koyeb platform without your own VPS. 




Introduction


  • Demo: https://sshwifty-demo.nirui.org
  • Docker Image:https://hub.docker.com/r/niruix/sshwifty
  • GitHub :https://github.com/nirui/sshwifty
  • Third Parties Demos:
    •  https://webssh.gugu.ovh

Web Interface
Using Docker Run command to deploy into your own VPS;

If Docker is installed on your machine, you may use our prebuilt Docker Image by executing following command:

$ docker run --detach \
  --restart always \
  --publish 8182:8182 \
  --name sshwifty \
  niruix/sshwifty:latest


Deploy to Koyeb platform

1. Create an app




2.  Choose Docker

Enter docker image: niruix/sshwifty
Tag: latest

Click next

3. Choose nano type instance since Sshwifty is a very light application





4. Change default port 8000 to 8182 , also, change your app name to something you can remember easily





5. Click Deploy button then wait about 5 minutes to let system fully loaded





How to connect

 
Open Website:


Fill in your remote destination server's IP address, SSH port, credential for login, etc




Enter Password:

image-20230502151232423

Connected successfully!

image-20230502151300152

Check your connection status:

image-20230502151319150

Check your saved session information, which are saved on your local browser's cache and your sensitive data is secure:

image-20230502151423770

Change font and size:

image-20230502151449135

image-20230502151635926

image-20230502151731968




Add Custom Domain

 







Once you clicked 'Add Domain' button, you will get a cname domain configuration to be added in your ddomain admin center.






Videos

 




References













via Blogger http://blog.51sec.org/2023/05/5-min-docker-free-sshwifty-web-ssh.html
May 14, 2023 at 05:53PM Docker
0 Comments



Leave a Reply.

    Categories

    All
    Architecture
    Blog
    Checkpoint
    Cisco
    Cloud
    CyberArk
    F5
    Fortigate
    Guardium
    Juniper
    Linux
    Network
    Others
    Palo Alto
    Qualys
    Raspberry Pi
    Security
    SIEM
    Software
    Vmware
    VPN
    Wireless

    Archives

    March 2024
    February 2024
    January 2024
    December 2023
    November 2023
    October 2023
    September 2023
    August 2023
    July 2023
    June 2023
    May 2023
    April 2023
    March 2023
    February 2023
    January 2023
    December 2022
    November 2022
    October 2022
    September 2022
    August 2022
    July 2022
    June 2022
    May 2022
    April 2022
    March 2022
    February 2022
    January 2022
    December 2021
    November 2021
    October 2021
    September 2021
    August 2021
    July 2021
    June 2021
    May 2021
    April 2021
    March 2021
    February 2021
    January 2021
    December 2020
    November 2020
    October 2020
    September 2020
    August 2020
    July 2020
    October 2019
    September 2019
    June 2019
    July 2018
    May 2018
    December 2017
    August 2017
    April 2017
    March 2017
    January 2017
    December 2016
    November 2016
    October 2016
    September 2016
    August 2016
    July 2016
    June 2016
    May 2016
    April 2016
    March 2016
    February 2016
    January 2016
    December 2015
    November 2015
    October 2015
    September 2015
    August 2015
    July 2015
    June 2015
    May 2015
    April 2015
    March 2015

    Print Page:

    RSS Feed

    Email Subscribe
Powered by Create your own unique website with customizable templates.
  • Blog
  • Sitemap
    • Categories
  • Contact
  • About
  • Resources
  • Tools
  • 51sec.org