Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Generate a unique shareable link and remote into a machine via web interface (SSH)
Generate a unique shareable link and securely remote into a machine via web interface; think SSH!
wget -qO- https://github.com/TrevorSundberg/skugo/releases/latest/download/skugo-linux-x64.tar.xz | tar xJf -
./skugo
curl -sL https://github.com/TrevorSundberg/skugo/releases/latest/download/skugo-linux-x64.tar.xz | tar xJf -
./skugo
npm install -g skugo
skugo
To avoid the need for having a publicly visible machine or opening ports, skugo uses WebSockets on both client browser and hosting machine to connect to a relay server that's hosted on Openode. When running skugo it will generate a unique session using uniqid. Anyone who has the link will join the same session and can execute commands on the hosting machine.
Both client browser and hosting machine connect to the relay server over HTTPS (TLS/SSL) ensuring your traffic is encrypted.
To further enhance security, the underlying protocol is encrypted with CryptoJS's AES-256.
The pass-phrase is cryptographically generated and is included as a base64 encoded hash in the url, e.g. #4LGDmmkcysPtqaXyho1Ikg==
.
By using the hash, it ensures that only the client sees it (location hashes are never sent to the server by any browser).
This end to end encryption has two advantages:
This project was born out of frustration when trying to debug build machines, such as those on Azure Devops, Travis CI, AppVeyor, etc. By outputting a link that can be seen on the build console, you can now "SSH" into that machine and inspect it. If you find other great uses for this, let me know!
FAQs
Generate a unique shareable link and remote into a machine via web interface (SSH)
The npm package skugo receives a total of 9 weekly downloads. As such, skugo popularity was classified as not popular.
We found that skugo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.