about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-03-20 18:52:57 +0000
committerSilvino Silva <silvino@bk.ru>2019-03-20 19:23:20 +0000
commit675126cad1cde96a6fcf63efdc1bd8b6f6ba22ad (patch)
tree4b1526ed28a1a03199367ce84dfc6c02927b6f22
parent870af31e0134a85f2860c686fd48d570b0b9540c (diff)
downloaddoc-675126cad1cde96a6fcf63efdc1bd8b6f6ba22ad.tar.gz
tools ssh and dev git fix's
doc release 0.5.1
-rw-r--r--index.html2
-rw-r--r--tools/openssh.html7
2 files changed, 8 insertions, 1 deletions
diff --git a/index.html b/index.html
index 13321a6..48ee3d1 100644
--- a/index.html
+++ b/index.html
@@ -38,7 +38,7 @@
         <p>Version;</p>
 
         <pre>
-        rev 0.5.0
+        rev 0.5.1
         </pre>
 
         <a href="links.html">Links</a> contains relevant
diff --git a/tools/openssh.html b/tools/openssh.html
index 7c627b6..b643285 100644
--- a/tools/openssh.html
+++ b/tools/openssh.html
@@ -198,6 +198,13 @@
         $ touch ~/.ssh/authorized_keys
         $ chmod 600 ~/.ssh/authorized_keys
         $ chmod 600 ~/.ssh/gitolite
+        $ chmod 600 ~/.ssh/id_rsa
+        </pre>
+
+        <p>Add identity to ssh agent;</p>
+
+        <pre>
+        $ ssh-add ~/.ssh/id_rsa
         </pre>
 
         <h3 id="sshpubkey">2.1. Install Public Keys</h3>
3 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