Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SunDevil311 committed Jan 29, 2025
1 parent e99dea7 commit 46915c7
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 61 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
name: Build/Test Webpack, Publish to GitHub Packages

on:
release:
types: [created]
# release:
# types: [created]
workflow_dispatch:

jobs:
Expand Down
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ Email: <contact@neteng.pro>
Web: <https://bio.neteng.pro>
-->

<a rel="noopener noreferrer" href="<https://spdx.dev/learn/handling-license-info/">SPDX-License-Identifier:</a>
CC-BY-4.0 OR GPL-3.0-or-later
[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info/): `CC-BY-4.0 OR GPL-3.0-or-later`

# <a id="top">Network Engineering Pro</a>

Expand Down Expand Up @@ -135,11 +134,7 @@ on privacy-centric apps and projects.** We wholeheartedly encourage (and expect)
community input to enrich and maintain our collective knowledge base.

Individual-driven projects and lists inevitably become outdated quickly; it is
our belief that effective lists and privacy documentation **_MUST_** be
community-driven and maintained.
[NetEng-Pro Discussions](https://discuss.neteng.pro) on GitHub will serve as our
primary collaboration platform. Slack and a Stack Overflow Team are also
available to community members.
our belief that effective lists and privacy documentation **_MUST_** be community-driven and maintained. [NetEng-Pro Discussions](https://discuss.neteng.pro) on GitHub will serve as our primary collaboration platform. Slack and a Stack Overflow Team are also available to community members.

&nbsp;

Expand Down Expand Up @@ -207,13 +202,8 @@ either version 3 of the License, or (at your option) any later version.

</code>

This material is free to distribute, remix, adapt, and build upon for any
purpose, including commercial use. As free software, it can be redistributed and
modified under the
[specified terms](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/LICENSE.md#gnu-gpl).
<span style="text-align: center; font-size: 14px; font-weight: bold;">

NetEng-Pro is provided **_as is_** and **_as available_** without any
warranties, express or implied. The Licensor makes no representations or
guarantees regarding the Licensed Material and assumes no liability for its use.
[Terms and Conditions](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/pages/terms.md) &nbsp; | &nbsp; [Copyright and Licensing](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/LICENSE.md)

<span style="text-align: center;">[Copyright and Licensing](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/LICENSE.md)</span>
</span>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neteng-pro/nwpro-dev",
"version": "0.0.10",
"version": "0.0.11",
"private": false,
"description": "Free/Libre & Open Source Software, security, and digital privacy for Android & Linux",
"keywords": [
Expand Down
9 changes: 4 additions & 5 deletions pages/member-terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Web: <https://bio.neteng.pro>

## About

Welcome to Network Engineering Pro (NetEng-Pro), a Free/Libre and Open Source community. By accessing or using any of our 'partner platforms', you agree to comply with the following Terms and Conditions ("T&C").
Welcome to Network Engineering Pro (NetEng-Pro), a Free/Libre and Open Source community. By accessing or using any of our platforms, you agree to comply with the following Terms and Conditions ("T&C").

### _Partner Platforms_

Expand Down Expand Up @@ -109,9 +109,8 @@ either version 3 of the License, or (at your option) any later version.

</code>

This material is free to distribute, remix, adapt, and build upon for any
purpose, including commercial use. As free software, it can be redistributed and modified under the [specified terms](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/LICENSE.md#gnu-gpl).
<span style="text-align: center; font-size: 14px; font-weight: bold;">

NetEng-Pro is provided **_as is_** and **_as available_** without any warranties, express or implied. The Licensor makes no representations or guarantees regarding the Licensed Material and assumes no liability for its use.
[Terms and Conditions](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/pages/terms.md) &nbsp; | &nbsp; [Copyright and Licensing](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/LICENSE.md)

For details, see [Copyright and Licensing](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/LICENSE.md).
</span>
80 changes: 49 additions & 31 deletions pages/secure-secure-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
> > 📝 **_NOTE:_** Despite this article's age, I've yet to come across a better source of information with regard to SSH configuration.
> > ~ SunDevil311 ~
[Skip to the good part.](#sshd)
- [Skip to the good part.](#sshd)

You may have heard that the NSA can decrypt SSH at least some of the time.
If you have not, then read the [latest batch of Snowden documents][snowden-docs] now. All of it. This post will still be here when you finish. My goal with this post here is to make NSA analysts sad.
Expand Down Expand Up @@ -487,34 +487,52 @@ I promise not to use `git push -f`.

---

[snowden-docs]: <https://www.spiegel.de/international/germany/inside-the-nsa-s-war-on-internet-security-a-1010361.html>)
[compat]: <http://ssh-comparison.quendi.de/comparison.html>
[dh]: <https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange>
[ecdh]: <https://en.wikipedia.org/wiki/Elliptic_curve_Diffie%E2%80%93Hellman>
[forward-secrecy]: <https://en.wikipedia.org/wiki/Forward_secrecy>
[dlp]: <https://en.wikipedia.org/wiki/Discrete_logarithm_problem>
[libsshdoc]: <https://git.libssh.org/projects/libssh.git/tree/doc/curve25519-sha256@libssh.org.txt>
[curve25519]: <https://cr.yp.to/ecdh.html>
[rfc4253]: <https://www.ietf.org/rfc/rfc4253.txt>
[dh-draft]: <https://tools.ietf.org/html/draft-ietf-curdle-ssh-modp-dh-sha2-09>
[73release]: <https://www.openssh.com/releasenotes.html#7.3>
[76release]: <https://www.openssh.com/releasenotes.html#7.6>
[rfc4419]: <https://www.ietf.org/rfc/rfc4419.txt>
[ed25519]: <https://ed25519.cr.yp.to/>
[google-auth]: <https://github.com/google/google-authenticator/wiki/PAM-Module-Instructions>
[totp]: <https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm>
[otp]: <https://www.cl.cam.ac.uk/~mgk25/otpw.html>
[pam]: <https://en.wikipedia.org/wiki/Pluggable_authentication_module>
[nist-sucks]: <https://blog.cr.yp.to/20140323-ecdsa.html>
[bullrun]: <https://projectbullrun.org/dual-ec/vulnerability.html>
[ecdsa-same-k]: <https://security.stackexchange.com/a/46781>
[ecdsa-sony]: <https://events.ccc.de/congress/2010/Fahrplan/attachments/1780%5F27c3%5Fconsole%5Fhacking%5F2010.pdf>
[ae]: <https://en.wikipedia.org/wiki/Authenticated_encryption>
[aes-gcm]: <http://blog.djm.net.au/2013/11/chacha20-and-poly1305-in-openssh.html>
[useroaming]: <https://security.stackexchange.com/questions/110639/how-exploitable-is-the-recent-useroaming-ssh-problem>
[grsec]: <https://grsecurity.net/>
[tor-hs]: <https://www.torproject.org/docs/hidden-services.html.en>
[sssh-wiki]: <https://github.com/stribika/stribika.github.io/wiki/Secure-Secure-Shell>
[changelog]: <https://github.com/stribika/stribika.github.io/commits/master/_posts/2015-01-04-secure-secure-shell.md>
[bug779880]: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779880>
[snowden-docs]: <https://www.spiegel.de/international/germany/inside-the-nsa-s-war-on-internet-security-a-1010361.html>)
[compat]: <http://ssh-comparison.quendi.de/comparison.html>
[dh]: <https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange>
[ecdh]: <https://en.wikipedia.org/wiki/Elliptic_curve_Diffie%E2%80%93Hellman>
[forward-secrecy]: <https://en.wikipedia.org/wiki/Forward_secrecy>
[dlp]: <https://en.wikipedia.org/wiki/Discrete_logarithm_problem>
[libsshdoc]: <https://git.libssh.org/projects/libssh.git/tree/doc/curve25519-sha256@libssh.org.txt>
[curve25519]: <https://cr.yp.to/ecdh.html>
[rfc4253]: <https://www.ietf.org/rfc/rfc4253.txt>
[dh-draft]: <https://tools.ietf.org/html/draft-ietf-curdle-ssh-modp-dh-sha2-09>
[73release]: <https://www.openssh.com/releasenotes.html#7.3>
[76release]: <https://www.openssh.com/releasenotes.html#7.6>
[rfc4419]: <https://www.ietf.org/rfc/rfc4419.txt>
[ed25519]: <https://ed25519.cr.yp.to/>
[google-auth]: <https://github.com/google/google-authenticator/wiki/PAM-Module-Instructions>
[totp]: <https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm>
[otp]: <https://www.cl.cam.ac.uk/~mgk25/otpw.html>
[pam]: <https://en.wikipedia.org/wiki/Pluggable_authentication_module>
[nist-sucks]: <https://blog.cr.yp.to/20140323-ecdsa.html>
[bullrun]: <https://projectbullrun.org/dual-ec/vulnerability.html>
[ecdsa-same-k]: <https://security.stackexchange.com/a/46781>
[ecdsa-sony]: <https://events.ccc.de/congress/2010/Fahrplan/attachments/1780%5F27c3%5Fconsole%5Fhacking%5F2010.pdf>
[ae]: <https://en.wikipedia.org/wiki/Authenticated_encryption>
[aes-gcm]: <http://blog.djm.net.au/2013/11/chacha20-and-poly1305-in-openssh.html>
[useroaming]: <https://security.stackexchange.com/questions/110639/how-exploitable-is-the-recent-useroaming-ssh-problem>
[grsec]: <https://grsecurity.net/>
[tor-hs]: <https://www.torproject.org/docs/hidden-services.html.en>
[sssh-wiki]: <https://github.com/stribika/stribika.github.io/wiki/Secure-Secure-Shell>
[changelog]: <https://github.com/stribika/stribika.github.io/commits/master/_posts/2015-01-04-secure-secure-shell.md>
[bug779880]: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779880>
[sloth]: <https://www.mitls.org/downloads/transcript-collisions.pdf>

---

<code style="height: 50vh; width: 100%; background: transparent; border: none; border-radius: 0; resize: none; outline: none;">

**[Network Engineering Pro](https://neteng.pro/)** (NetEng-Pro), a Free/Libre and Open Source Software Community
Copyright &copy; 2024-2025 **[Scott Lopez](https://bio.neteng.pro)**

Licensed under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)** and the **[GNU GPL](https://spdx.org/licenses/GPL-3.0-or-later.html)**, as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.

</code>

<span style="text-align: center; font-size: 14px; font-weight: bold;">

[Terms and Conditions](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/pages/terms.md) &nbsp; | &nbsp; [Copyright and Licensing](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/LICENSE.md)

</span>
11 changes: 4 additions & 7 deletions pages/terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@ Web: <https://bio.neteng.pro>
## About

Welcome to Network Engineering Pro (NetEng-Pro), a Free/Libre and Open Source
community. By accessing or using any of our partner platforms, you agree to
these Terms and Conditions ("T&C"). _In this document, 'Network Engineering Pro'
and 'NetEng-Pro' collectively refer to the community, its platforms, and all
individual members._
community. By accessing or using any of our platforms, you agree to these Terms and Conditions ("T&C"). _In this document, 'Network Engineering Pro' and 'NetEng-Pro' collectively refer to the community, its platforms, and all individual members._

**These terms safeguard both the community and its members from potential legal
issues arising from the use of our services, none of which are currently
Expand Down Expand Up @@ -127,8 +124,8 @@ either version 3 of the License, or (at your option) any later version.

</code>

This material is free to distribute, remix, adapt, and build upon for any purpose, including commercial use. As free software, it can be redistributed and modified under the [specified terms](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/LICENSE.md#gnu-gpl).
<span style="text-align: center; font-size: 14px; font-weight: bold;">

NetEng-Pro is provided **_as is_** and **_as available_** without any warranties, express or implied. The Licensor makes no representations or guarantees regarding the Licensed Material and assumes no liability for its use.
[Terms and Conditions](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/pages/terms.md) &nbsp; | &nbsp; [Copyright and Licensing](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/LICENSE.md)

For details, see [Copyright and Licensing](https://github.com/NetEng-Pro/dev-neteng-pro/blob/master/LICENSE.md).
</span>

0 comments on commit 46915c7

Please sign in to comment.