Update 'Keypair Generation'
+14
-7
@@ -19,13 +19,20 @@ Under Settings add your new SSH public key.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Now we need to tell our Magicbane instance to pull via ssh.
|
Now that we have our keypair installed let's just reclone.
|
||||||
|
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$cd magicbane/build/Server
|
|
||||||
$~/mb_dev/build/Server$ git remote -v
|
$cd magicbane/build/
|
||||||
origin http://repo.magicbane.com/MagicBane/Server.git (fetch)
|
|
||||||
origin http://repo.magicbane.com/MagicBane/Server.git (push)
|
$rm Development~/mb_dev/build$ rm -rf Server
|
||||||
```
|
$git clone git@63.141.251.154:MagicBane/Server.git-rf Server
|
||||||
|
$git remote -v
|
||||||
|
origin git@63.141.251.154:MagicBane/Server.git (fetch)
|
||||||
|
origin git@63.141.251.154:MagicBane/Server.git (push)
|
||||||
|
|
||||||
|
$cd ..
|
||||||
|
$./mbbuild.sh
|
||||||
|
```
|
||||||
|
Magibane should now build using your new ssh key.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user