[Support] Djoss - PuTTY


Recommended Posts

Support for PuTTY docker container
 
Application Name: PuTTY
Application Site: https://www.putty.org
 
This container is based on Alpine Linux, meaning that its size is very small.  It also has a very nice, mobile-friendly web UI to access PuTTY's graphical interface and is actively supported!
 
Make sure to look at the complete documentation, available on Github !
 
Post any questions or issues relating to this docker in this thread.
Link to comment
  • 4 weeks later...
1 hour ago, dukiethecorgi said:

I can connect to the container with VNC, but not with the web interface.  The interface opens, but in the left corner it says "Putty" with a red X for server disconnected (error 1006).

 

Connecting using Chrome

Try to clean the browser's cache.

Link to comment
  • 5 months later...
  • 4 months later...
11 hours ago, ndaringer said:

how do I pass a serial port to this container? my router has a serial port and I'd like to access it with this.

You need to edit container's settings and add a "Device".  The device should be the one associated to your serial port (e.g. /dev/ttyS0).

Then you also need to add a variable "SUP_GROUP_IDS" with the value sets to the group of your serial device.  You can get it by executing:

stat -c '%g' /dev/ttyS0

  • Upvote 1
Link to comment
On 7/9/2019 at 9:18 PM, Djoss said:

You need to edit container's settings and add a "Device".  The device should be the one associated to your serial port (e.g. /dev/ttyS0).

Then you also need to add a variable "SUP_GROUP_IDS" with the value sets to the group of your serial device.  You can get it by executing:

stat -c '%g' /dev/ttyS0

Thank you!

 

This worked perfectly!

Link to comment
On 7/19/2019 at 2:38 PM, TristBella said:

Is it possible to "cut/paste" to this docker? Regular putty uses "highlight" to copy and "right click" to paste. I tried using the "clipboard" button, but that did not work to paste into putty.

Did you try to past with Shift-Insert or with Shift-Ctrl-v ?

Link to comment
  • 9 months later...
  • 4 months later...
17 hours ago, Spazhead said:

hi there, hope someone can help me, trying to use Putty docker to access my APC PDU, i copied the setting i have from my windows putty but the display is all distorted.

 

455867390_ScreenShot2020-09-14at9_45_33PM.thumb.png.212a616b4fcfed4dc2fa3c0fcbeed8c2.png

 

241048941_ScreenShot2020-09-14at9_51_25PM.thumb.png.be073a4d452c2a916d82a653a44b0873.png

 

1009460908_ScreenShot2020-09-14at9_46_31PM.thumb.png.9b846e3fbfffa3ebde334b0848cb3c9e.png

 

 

 

My windows putty works fine..

 

 

919248969_ScreenShot2020-09-14at9_53_45PM.thumb.png.d72cdd1f08c40eabef7c2eea8816ab0c.png

 

2014006018_ScreenShot2020-09-14at9_53_10PM.thumb.png.0328ba683000fd7aad3884dedb9b68a9.png

 

Screen Shot 2020-09-14 at 9.44.52 PM.png

The first screenshot you provided doesn't seem to come from the container's UI... is it the case?

Link to comment
  • 2 weeks later...
  • 2 weeks later...
On 10/14/2020 at 5:05 PM, Spazhead said:

 

hi there, try that, it's still the same.  thanks

 

Sorry, I'm not sure what's going on... There are a few settings under "Terminal" you can play with.

I do have few devices connected through serial and I don't have such issue.

Link to comment
  • 3 months later...
On 7/9/2019 at 9:18 PM, Djoss said:

You need to edit container's settings and add a "Device".  The device should be the one associated to your serial port (e.g. /dev/ttyS0).

Then you also need to add a variable "SUP_GROUP_IDS" with the value sets to the group of your serial device.  You can get it by executing:

stat -c '%g' /dev/ttyS0

 

This is SUPER helpful. Thank you! 

Can you please add notes to that effect in the template overview? I would never have known this if I didn't come across this forum. I have initially just added the --device paramter but that wasn't enough.

 

This is what I did to make it work for my serial USB cable /dev/ttyUSB0

 

Run this on UNRAID terminal:

 

# stat -c '%g' /dev/ttyUSB0
16

 

Add these paramters to the Docker template

 

image.png.1395af6b8f54d7883b9bb878376b50f6.png

 

image.png.06456094c4c078e7ee0eab3e1cb38316.png

 

Then use that device using the Serial option:

 

image.png.f88b9008c0bdc8d3b77328473ca42272.png

 

Interactive serial console now working:

 

image.thumb.png.397e66a2b5b7a6eb04f45d503ed5d509.png

Link to comment
7 hours ago, frakman1 said:

 

This is SUPER helpful. Thank you! 

Can you please add notes to that effect in the template overview? I would never have known this if I didn't come across this forum. I have initially just added the --device paramter but that wasn't enough.

 

This is what I did to make it work for my serial USB cable /dev/ttyUSB0

 

Run this on UNRAID terminal:

 


# stat -c '%g' /dev/ttyUSB0
16

 

Add these paramters to the Docker template

 

image.png.1395af6b8f54d7883b9bb878376b50f6.png

 

image.png.06456094c4c078e7ee0eab3e1cb38316.png

 

Then use that device using the Serial option:

 

image.png.f88b9008c0bdc8d3b77328473ca42272.png

 

Interactive serial console now working:

 

image.thumb.png.397e66a2b5b7a6eb04f45d503ed5d509.png

Yes, this is something that could be added to the documentation on GitHub.

Also, I think the part to get and set the supplementary group could be done automatically.  The only thing that would be needed is exposing the device to the container.  I will look at this...

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.