-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathum_profiles.html
42 lines (38 loc) · 2.85 KB
/
um_profiles.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
<!DOCTYPE html>
<html>
<head>
<title>skarphed - Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="static/logo_32.png" rel="icon" type="image/png">
<link href="static/mainsite.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="body_overlay" >
<header>
<div id="headercontent">
<a class="bclink" href="http://skarphed.org">
<img src="static/logo_32.png" alt="skarphed" style="float:left; margin-right: 10px;"></a>
<a class="bclink" href="index.html">Documentation
</a>
<a class="bclink" href="user_man.html">
→ Users Manual
</a>
<a class="bclink" href="um_profiles.html">
→ Profiles
</a>
</div>
</header>
<div id="space_content">
<span class="headerlink_nohover"><h2> Profiles </h2></span>
<p>Profiles store the architecture of your skarphed infrastructure. The hold the IPs of your servers, the passwords to them, the components that are installed on your servers (like databases or instances of <em>skarphed-core</em>) and their credentials. This is pretty important, because the Profile relieves you of the duty to memerize all relevant usernames and passwords yourself. That way you can choose complicated and safe passwords (or let them be chosen for you)and thereby maximize the password security of your infrastructure.
You only need to memerize one password <b>that also should be very strong</b>, that is used to decrypt your encrypted profile data.</p>
<h3>Creating or logging in to a profile</h3>
<p>When you start up <em>skarphed-admin</em> you see a login dialog. On the left side, you see a username and a passwordfield. If you already have a profile, enter your credentials and press <em>OK</em>.<br>
On the right side, you see a similar dialog. This one is to create a new profile. Enter your desired profilename and enter your password. Reenter your password in the <em>Repeat password</em>-field. Click <em>OK</em> to create your profile. </p>
</div>
<footer id="space_footer"></p><a href="../imprint.html">Imprint / Impressum</a></p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</footer>
</div>
</body>
</html>