|
@@ -184,11 +184,14 @@ function configure_ssh_client {
|
184
|
184
|
fi
|
185
|
185
|
|
186
|
186
|
echo ''
|
187
|
|
- echo $'Copy the following into a file called /home/username/.ssh/authorized_keys on the Freedombone server'
|
|
187
|
+ echo $'Go to the Administrator Control Panel, select "Manage Users", '
|
|
188
|
+ echo $'"Change user ssh public key" then "yes" and paste the following:'
|
188
|
189
|
echo ''
|
189
|
190
|
echo $(cat /home/$CURR_USER/.ssh/id_rsa.pub)
|
190
|
191
|
echo $(cat /home/$CURR_USER/.ssh/id_ed25519.pub)
|
191
|
192
|
echo ''
|
|
193
|
+ echo $'Then go to "Security Settings", select "Allow ssh login with passwords"'
|
|
194
|
+ echo $'and set it to "no".'
|
192
|
195
|
}
|
193
|
196
|
|
194
|
197
|
function configure_monkeysphere {
|