Skip to content

Instantly share code, notes, and snippets.

View SherryBCreative's full-sized avatar
🖥️

SherryBCreative SherryBCreative

🖥️
View GitHub Profile
@SherryBCreative
SherryBCreative / ADD_SFTP_User.md
Created October 4, 2018 14:03 — forked from edheltzel/ADD_SFTP_User.md
Steps to create a new SSH user and SFTP user

How to add a SFTP user to your VM managed by ServerPilot control panel using Ubuntu 14.04

I am not a security expert, so take it for what its worth.

OpenSSH has this ability built in, few people just seem to use the feature. Below is what works for me, but if you have a better way please share the uninformed.

The Steps:

  1. First create a new app inside of the SP control panel
  2. Now, decide what direcoty you want to put the users directory; either `` or /public. This will keep trolls at bay.
////
/// This is a poster comment.
/// It will apply annotations to all items from file.
/// @group API
/// @author Elliot Mitchum
////
/// Name
/// Description
///
@SherryBCreative
SherryBCreative / index.html
Created August 16, 2016 20:41
Open and Close Animated Icon
<section>
<button class="btn btn_1">
<i class="icon-bars"></i>
</button>
</section>
<section>
<button class="btn btn_2">
<i class="icon-bars"></i>
</button>
</section>