-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
188 lines (115 loc) · 7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="ssh-vault">
<meta name="description" content="encrypt/decrypt using ssh keys">
<meta name="keywords" content="encrypt, decrypt, ssh, rsa, openssl, vault">
<meta name="generator" content="Hugo 0.85.0" />
<title>ssh-vault</title>
<link rel="apple-touch-icon" sizes="57x57" href="https://ssh-vault.com/images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://ssh-vault.com/images/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://ssh-vault.com/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://ssh-vault.com/images/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://ssh-vault.com/images/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://ssh-vault.com/images/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://ssh-vault.com/images/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://ssh-vault.com/images/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://ssh-vault.com/images/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://ssh-vault.com/images/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://ssh-vault.com/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://ssh-vault.com/images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="196x196" href="https://ssh-vault.com/images/favicon-196x196.png">
<link rel="shortcut icon" href="https://ssh-vault.com/images/favicon.ico">
<link rel="stylesheet" href="https://ssh-vault.com/css/style.css">
<link rel="stylesheet" href="https://ssh-vault.com/css/highlight.css">
<link rel="stylesheet" href="https://ssh-vault.com/css/monosocialiconsfont.css">
<link href="https://ssh-vault.com/index.xml" rel="alternate" type="application/rss+xml" title="ssh-vault" />
</head>
<body>
<nav class="main-nav">
<a href="https://github.com/ssh-vault/ssh-vault">Github</a>
<a href="https://github.com/ssh-vault/ssh-vault/issues">Issues</a>
<a href='https://ssh-vault.com/about'>About</a>
<a class="cta" href="https://ssh-vault.com/index.xml">Subscribe</a>
</nav>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<div class="profile">
<section id="wrapper">
<header id="header">
<a href="https://ssh-vault.com/about"><img id="avatar" class="2x" src="https://ssh-vault.com/img/ssh-vault.png"></a>
<h1>ssh-vault</h1>
<h2>encrypt/decrypt using ssh keys</h2>
</header>
<a href='https://github.com/ssh-vault/ssh-vault/releases/latest'><img src='https://img.shields.io/github/v/release/ssh-vault/ssh-vault' class="badge" alt="download ssh-vault" /></a>
<a href="https://travis-ci.org/ssh-vault/ssh-vault"><img src="https://travis-ci.org/ssh-vault/ssh-vault.svg?branch=develop" alt="travis ssh-vault" class="badge"></a>
<a href='https://coveralls.io/github/ssh-vault/ssh-vault?branch=master'><img src='https://coveralls.io/repos/github/ssh-vault/ssh-vault/badge.svg?branch=master' alt='Coverage Status' class='badge' /></a>
<a href="https://goreportcard.com/report/github.com/ssh-vault/ssh-vault"><img src="https://goreportcard.com/badge/github.com/ssh-vault/ssh-vault" alt="Go Report Card" class="badge"></a>
<a class="github-button" href="https://github.com/ssh-vault/ssh-vault/blob/master/CONTRIBUTING.md" data-icon="octicon-star" aria-label="Star ssh-vault/ssh-vault on GitHub">Star</a>
<table>
<tr>
<td>
<a href="/mac"><img src="https://ssh-vault.com/img/darwin.png" alt="download" class="badge" /><br>Mac OS X amd64</a>
</td>
<td>
<a href="/freebsd" /><img src="https://ssh-vault.com/img/freebsd.png" alt="download" class="badge" /><br>FreeBSD amd64</a>
</td>
<td>
<a href="https://github.com/ssh-vault/ssh-vault/releases/download/0.12.8/ssh-vault-0.12.8-linux-amd64.tar.gz"><img src="https://ssh-vault.com/img/linux.png" alt="download" class="badge" /><br>Linux amd64</a>
</td>
</tr>
</table>
</section>
</div>
<section id="wrapper" class="home">
<ul id="post-list">
<li>
<a href='https://ssh-vault.com/post/how-it-works/'>How it works <h2>$ ssh-vault -u bob create vault</h2></a>
</li>
<li>
<a href='https://ssh-vault.com/post/u-option/'>-u <username> or -u URL <h2>-u <!-- raw HTML omitted --> or URL</h2></a>
</li>
<li>
<a href='https://ssh-vault.com/post/fingerprint/'>Fingerprint <h2>$ ssh-vault -k /path/to/key -f</h2></a>
</li>
<li>
<a href='https://ssh-vault.com/post/create-vault-from-stdin/'>Create vault from stdin <h2>$ ssh-vault -u bob create < file.pdf > vault.ssh</h2></a>
</li>
<li>
<a href='https://ssh-vault.com/post/group-encryption/'>Group encryption <h2></h2></a>
</li>
<li>
<a href='https://ssh-vault.com/post/no-ssh-keys/'>No ssh keys <h2>ssh-vault -u new create</h2></a>
</li>
</ul>
<nav id="post-nav">
</nav>
<footer id="footer">
<div id="social">
<a class="symbol" href="https://github.com/ssh-vault">
circlegithub
</a>
</div>
<p class="small">
</p>
</footer>
</section>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://ssh-vault.com/js/main.js"></script>
<script src="https://ssh-vault.com/js/highlight.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79517076-4', 'auto');
ga('send', 'pageview');
}
</script>
</body>
</html>