forked from bastillion-io/Bastillion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·590 lines (476 loc) · 24.9 KB
/
index.html
File metadata and controls
executable file
·590 lines (476 loc) · 24.9 KB
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="KeyBox is an open-source web-based SSH console that centrally manages administrative access to systems. It acts as a bastion host for administrators with features that promote infrastructure security. Web-based administration is combined with management and distribution of user's public SSH keys. Key management and administration is based on profiles assigned to defined users."/>
<meta name="keywords"
content="ssh key management, Web-based, ssh, multi-terminal, terminal, bastion host, ssh-keygen, public keys, management, key management, open source"/>
<meta name="author" content="Sean Kavanagh">
<link rel="shortcut icon" href="img/keybox.ico">
<title>KeyBox - Web-Based SSH Access and Key Management</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" type="text/css" rel="stylesheet"/>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]>
<script src="assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/libs/html5shiv.js"></script>
<script src="js/libs/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="css/carousel.css" type="text/css" rel="stylesheet"/>
<link href="css/keybox.css" type="text/css" rel="stylesheet"/>
</head>
<!-- NAVBAR
================================================== -->
<body>
<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">
<div class="nav-img"><img src="img/keybox_40x40.png"/></div>
KeyBox
</div>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#about">About</a></li>
<li><a href="#setup">Install</a></li>
<li><a href="#benefits">Benefits</a></li>
<li><a href="#contact">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">See More <b
class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#see_more_ec2box">EC2Box</a></li>
<li><a href="#see_more_openshift">KeyBox-OpenShift</a></li>
</ul>
</li>
</ul>
<div class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav" style="vertical-align: middle">
<li>
<iframe src="http://ghbtns.com/github-btn.html?user=skavanagh&repo=KeyBox&type=watch"
height="30" width="60" frameborder="0" scrolling="0"
style="width:60px; height: 30px;" allowTransparency="true"></iframe>
</li>
<li>
<iframe src="http://ghbtns.com/github-btn.html?user=skavanagh&repo=KeyBox&type=fork"
height="30" width="60" frameborder="0" scrolling="0"
style="width:60px; height: 30px;" allowTransparency="true"></iframe>
</li>
<li>
<iframe src="http://ghbtns.com/github-btn.html?user=skavanagh&type=follow" height="30"
width="168" frameborder="0" scrolling="0" style="width:168px; height: 30px;"
allowTransparency="true"></iframe>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="img/1500x450/select_terminal_windows.png" alt="Composite SSH Terminals">
<div class="container">
<div class="carousel-caption">
<h1><b>Composite SSH Terminals</b></h1>
<p>Manage SSH sessions simultaneously on multiple systems.</p>
<p><a class="btn btn-lg btn-primary" href="#terms" role="button">Learn More</a></p>
</div>
</div>
</div>
<div class="item">
<img src="img/1500x450/two-factor.png" alt="Composite SSH Terminals">
<div class="container">
<div class="carousel-caption">
<h1><b>Two-Factor Authentication</b></h1>
<p>Supports Two-Factor Authentication via FreeOTP or Google Authenticator</p>
<p><a class="btn btn-lg btn-primary" href="#two-factor" role="button">Learn More</a></p>
</div>
</div>
</div>
<div class="item">
<img src="img/1500x450/manage_users.png" alt="Control User Access">
<div class="container">
<div class="carousel-caption">
<h1><b>Control User Access</b></h1>
<p>Manage users and limit their access through system profiles</p>
<p><a class="btn btn-lg btn-primary" href="#access" role="button">Learn More</a></p>
</div>
</div>
</div>
<div class="item">
<img src="img/1500x450/define_public_keys.png" alt="Manage & Distribute Public SSH Keys">
<div class="container">
<div class="carousel-caption">
<h1><b>Manage Public SSH Keys</b></h1>
<p>Define, manage, and distribute public SSH keys to defined systems</p>
<p><a class="btn btn-lg btn-primary" href="#public_keys" role="button">Learn More</a></p>
</div>
</div>
</div>
<div class="item">
<img src="img/1500x450/audit_sessions.png" alt="Audit SSH Sessions">
<div class="container">
<div class="carousel-caption">
<h1><b>Audit SSH Sessions</b></h1>
<p>Audit the system activity of users from a single location</p>
<p><a class="btn btn-lg btn-primary" href="#audit" role="button">Learn More</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev"><span
class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#myCarousel" data-slide="next"><span
class="glyphicon glyphicon-chevron-right"></span></a>
</div>
<!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- KeyBox -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-9129349117934340"
data-ad-slot="9673832716"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<h2>KeyBox</h2>
<p>KeyBox is an open-source web-based SSH console that centrally manages administrative access to
systems.</p>
<p>It acts as a bastion host for administrators with features that promote infrastructure security. </p>
<p><a class="btn btn-primary" href="javascript:window.open('https://github.com/skavanagh/KeyBox');"
role="button">View on Github »</a>
<a class="btn btn-primary"
href="javascript:window.open('https://github.com/skavanagh/KeyBox/releases');"
role="button">Download Latest »</a>
</p>
</div>
<div class="col-lg-4">
<a name="setup"></a>
<h2>Easy Install & Setup</h2>
<p>Runs on any Java enabled system (Java is not required on client browser)</p>
<p>Requires JDK 1.8 or greater<br/>A web socket supported browser</p>
<p><a class="btn btn-success" href="javascript:window.open('https://github.com/skavanagh/KeyBox#keybox');"
role="button">View README »</a></p>
</div>
<!-- /.col-lg-4 -->
<div class="col-lg-4">
<a name="contact"></a>
<h2>How can you support?</h2>
<p>This project is opensource under the Apache 2.0 licence and contributions are welcome!</p>
<p>Donations are always welcome. Any small contribution will keep this project running!</p>
<table align="center">
<tr>
<td>
<span class="badge-paypal"><a href="https://www.paypal.me/SKavanagh"
title="Donate to this project using Paypal"><img
src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button"/></a></span>
</td>
</tr>
</table>
</div>
</div>
<!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<a name="about"></a>
<h2 class="featurette-heading">About KeyBox</h2>
<p class="lead">KeyBox generates its own public/private SSH key upon initial startup.
This key is placed in the authorized_key file of the registered systems. KeyBox allows you to share
terminal commands
and upload files to multiple systems simultaneously.
</p>
<p class="lead"> Additional system
administrators can be added and their terminal sessions and history audited. Also, KeyBox can manage,
distribute, and disable public keys that have been setup within the application. Key management is
enabled
by default to prevent unmanaged public keys and enforce best practices.
</p>
<p class="lead">
KeyBox layers TLS/SSL on top of SSH and acts as a bastion host for administration. Protocols are stacked
(TLS/SSL + SSH) so infrastructure cannot be exposed through tunneling / port forwarding. More details
can be found in the following whitepaper: <a
href="http://www.sans.org/reading-room/whitepapers/vpns/security-implications-ssh-1180">The Security
Implications of SSH</a>.
</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="img/500x300/terminals.png/500x300/auto"
src="img/500x300/terminals.png" alt="Composite SSH Terminals"/></img>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-5" style="float:right">
<a name="benefits"></a>
<h2 class="featurette-heading">KeyBox Benefits</h2>
<ul class="list-group">
<li><strong>Centralized user control</strong> - Grant access to systems through administrative profiles
and user accounts.
</li>
<li><strong>Prevent SSH key sprawl and access mismanagement</strong> - Administrators set keys and
distribute to systems through profiles. Strong passphrases are enforced by default for SSH keys on
registered systems. Also, any administrative key can be disabled forcing key rotation.
</li>
<li><strong>Productivity</strong> - Instead of making the same changes on systems individually, share
commands across systems. Eliminates redundancy when patching or debugging issues.
</li>
<li><strong>Portability</strong> - Run SSH through the browser without requiring client software or
browser plugins.
</li>
<li><strong>Layered Protocols</strong> - Protocols are stacked (TLS/SSL + SSH) so infrastructure cannot
be exposed through tunneling / port forwarding.
</li>
<li><strong>Infrastructure protection</strong> - A hardened version of KeyBox could act as a bastion
host allowing for centralized administration through SSH, proxying traffic into a DMZ or perimeter
network. (see diagram)
</li>
<li><strong>Auditable (experimental)</strong> - Audit the administrative activity on the systems.
Prevents malicious users from deleting history or logs.
</li>
</ul>
</div>
<div class="col-md-7">
<img class="featurette-image img-responsive" data-src="img/keybox_dia.jpg/800x468/auto"
src="img/keybox_dia.jpg" alt="Audit SSH Sessions"/></img>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<a name="terms"></a>
<div class="col-md-7">
<h2 class="featurette-heading">Composite SSH terminals. <span class="text-muted">Total control.</span></h2>
<p class="lead">Execute commands on multiple systems simultaneously. Upload files to selected systems. Once
the sessions have been opened you can select a single terminal window or any combination to run your
commands. </p>
</div>
<div class="col-md-5" style="float:left;">
<img class="featurette-image img-responsive" data-src="img/500x300/select_terminal_windows.png/500x300/auto"
src="img/500x300/select_terminal_windows.png" alt="Select Invidual Terminals"/></img>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7" style="float:right">
<a name="public_keys"></a>
<h2 class="featurette-heading">Manage, distribute, & disable public SSH keys</h2>
<p class="lead">KeyBox works through the authorized_keys file on systems that are registered. Users can
generate an SSH key and distribute to any systems set in their profile. Strong passphrases are enforced
when keys are set to be generated through the application. Users with full-privileges may review and
disable any administrative key forcing rotation. </p>
<p class="lead">With KeyBox users set or generate their own keys, discouraging private keys from being
shared, sent over email, etc..</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="img/500x300/disable_keys.png/500x300/auto"
src="img/500x300/disable_keys.png" alt="Manage SSH Public Keys"/></img>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<a name="two-factor"></a>
<h2 class="featurette-heading">Two-Factor Authentication. <span class="text-muted">Secure your users.</span>
</h2>
<p class="lead">Supports Two-Factor via <a href="https://fedorahosted.org/freeotp"
target="_blank">FreeOTP</a> or <a
href="https://github.com/google/google-authenticator" target="_blank">Google Authenticator</a> on
your Android or iOS device.</p>
<div class="panel panel-default">
<table class="table table-hover small">
<thead>
<tr class="info">
<th colspan="2">FreeOTP</th>
</tr>
</thead>
<tbody>
<tr>
<td>Android</td>
<td><a href="https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp"
target="_blank">Google Play</a></td>
</tr>
<tr>
<td>iOS</td>
<td><a href="https://itunes.apple.com/us/app/freeotp/id872559395" target="_blank">iTunes</a>
</td>
</tr>
</tbody>
<thead>
<tr class="info">
<th colspan="2">Google Authenticator</th>
</tr>
</thead>
<tbody>
<tr>
<td>Android</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2"
target="_blank">Google Play</a></td>
</tr>
<tr>
<td>iOS</td>
<td><a href="https://itunes.apple.com/us/app/google-authenticator/id388497605" target="_blank">iTunes</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="img/500x300/manage_users.png/500x300/auto"
src="img/500x300/two-factor.png" alt="Two-Factor Authentication"/></img>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7" style="float:right">
<a name="access"></a>
<h2 class="featurette-heading">Control user access. <span class="text-muted">Secure your systems.</span>
</h2>
<p class="lead">Create users and assign system profiles. Users can login to KeyBox via the web-console,
but have limited privileges and can only access systems that have been assigned through their
profile. System access can be removed at anytime removing any keys the user has associated with the
system</p>
</div>
<div class="col-md-5" style="float:left;">
<img class="featurette-image img-responsive" data-src="img/500x300/manage_users.png/500x300/auto"
src="img/500x300/manage_users.png" alt="Manage Users"/></img>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<a name="audit"></a>
<h2 class="featurette-heading">Audit SSH sessions</h2>
<p class="lead">Once enabled, users with full-privileges may audit other administrative user sessions.
Ensure systems are
managed within organizational guidelines. Through its logging utility, KeyBox can be configured to send
logs to a central logging server. (eg. logstash)</p>
</div>
<div class="col-md-5" style="float:left;">
<img class="featurette-image img-responsive" data-src="img/500x300/audit_sessions.png/500x300/auto"
src="img/500x300/audit_sessions.png" alt="Audit SSH Sessions"/></img>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<a name="see_more_ec2box"></a>
<h2 class="featurette-heading">EC2Box</h2>
<p class="lead">
A web-based ssh console to execute commands and manage multiple EC2 instances simultaneously running on
Amazon Web Services (AWS). EC2Box allows you to share terminal commands and upload files to all your EC2
instances. Once the sessions have been opened you can select a single EC2 instance or any combination to
run your commands. Also, additional instance administrators can be added and their terminal sessions and
history can be audited.
</p>
<p>
<a class="btn btn-primary" href="javascript:window.open('https://github.com/skavanagh/EC2Box');"
role="button">View on Github »</a></p>
<hr class="featurette-divider">
<a name="see_more_openshift"></a>
<h2 class="featurette-heading">KeyBox-OpenShift</h2>
<p class="lead">A web-based SSH console for OpenShift. Connect and share terminal commands on multiple gears
simultaneously.</p>
<p>
<a class="btn btn-primary"
href="javascript:window.open('https://github.com/skavanagh/KeyBox-OpenShift');"
role="button">View on Github »</a></p>
</div>
<div class="col-md-5" style="float:right;">
<img class="featurette-image img-responsive" data-src="img/500x300/ec2box.png/500x300/auto"
src="img/500x300/ec2box.png" alt="EC2Box: Web-based SSH console for AWS EC2"/></img>
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<table>
<tr>
<td>
<iframe src="http://ghbtns.com/github-btn.html?user=skavanagh&repo=KeyBox&type=watch&count=true"
height="30" width="100" frameborder="0" scrolling="0" style="width:100px; height: 30px;"
allowTransparency="true"></iframe>
</td>
<td>
<iframe src="http://ghbtns.com/github-btn.html?user=skavanagh&repo=KeyBox&type=fork&count=true"
height="30" width="100" frameborder="0" scrolling="0" style="width:100px; height: 30px;"
allowTransparency="true"></iframe>
</td>
<td>
<iframe src="http://ghbtns.com/github-btn.html?user=skavanagh&type=follow&count=true"
height="30" width="168" frameborder="0" scrolling="0" style="width:168px; height: 30px;"
allowTransparency="true"></iframe>
</td>
</tr>
</table>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2014 Sean Kavanagh</p>
</footer>
</div>
<!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="assets/js/docs.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#myCarousel').carousel({
interval: 1000 * 10
});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38369800-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>