junhaoliao / iCtrl

A Simple VNC + SSH Shell + SFTP Client
https://ictrl.ca
Other
169 stars 14 forks source link

Update VNC passwd create & parse commands for Debian Bookworm compatibility #29

Closed li-ruihao closed 4 months ago

li-ruihao commented 4 months ago

The list of commands that iCtrl uses to renew passwords for the UG machines at UofT contains a command called xxd(search up on Google for the purpose). However, due to a system upgrade for the UG machines, this command is no longer available which means a password renewal would not work. This PR fixes the issue and patches the bug.

junhaoliao commented 4 months ago

Shall we also update the PR title to

Update VNC passwd create & parse commands for Debian Bookworm compatibility.