-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Oleg Bocharov
committed
Apr 23, 2020
1 parent
2e7b8c0
commit ec67a04
Showing
10 changed files
with
84 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# File : cix-stat.sh | ||
# Created : <2016-11-20 Sun 21:59:18 GMT> sharlatan | ||
# Modified : <2018-8-30 Thu 22:57:49 BST> Sharlatan | ||
# Author : sharlatan <[email protected]> | ||
# Author : #Rλatan | ||
# Short : Show statistic of examples. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# File : cix-busybox.org • spices | ||
# Created : <2016-11-07 Mon 21:06:33 GMT> | ||
# Modified : <2017-9-03 Sun 21:50:16 BST> sharlatan | ||
# Author : sharlatan <[email protected]> | ||
# Author : #Rλatan | ||
# Sinopsis : Statically linked binary providing simplified versions of system commands. | ||
|
||
#+OPTIONS: num:nil | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,12 +140,16 @@ upload public key to remote host: | |
*** ssh-keyscan::see-also | ||
|
||
** ssh-keygen | ||
*** ssh-keygen::options | ||
*** ssh-keygen::examples | ||
**** ssh-keygen-181017005336 | ||
: ~$ ssh-keygen -l -f ~/.ssh/id_rsa.pub | ||
**** ssh-keygen-181227084529 | ||
generate long RSA key with specified email address: | ||
: ~$ ssh-keygen -t rsa -b 4096 -C "[email protected]" | ||
: ~$ ssh-keygen -t rsa -b 4092 -C "[email protected]" | ||
**** ssh-keygen-200318002105 | ||
more specific and automated key generation | ||
: ~$ ssh-keygen -t rsa -b 4092 -f ~/.ssh/key-name-rsa -C "some comments" | ||
* References | ||
** RFC | ||
- https://www.openssh.com/specs.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# File : cix-openssl.org | ||
# Created : <2020-3-24 Tue 11:31:34 GMT> | ||
# Modified : <2020-3-24 Tue 11:33:27 GMT> | ||
# Author : sharlatan | ||
# Maintainer(s) : | ||
# Sinopsis : <> | ||
|
||
#+OPTIONS: num:nil | ||
|
||
[[file:../cix-main.org][|≣|]] | ||
#+TITLE: OpenSSL | ||
|------------------+---| | ||
| *Author* | | | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
| *Contributor(s)* | | | ||
| *Released* | | | ||
| *Source* | | | ||
| *Homepage* | | | ||
|------------------+---| | ||
|
||
----- | ||
* Index | ||
* Receipts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters