- Ask the client for SSH public key. If needed, convert the key to Openssh format with the following command:
ssh-keygen -i -f ssh2_key.pub
- Check if the folder has been created on the dedicated storage - the folder could have already been created if the client has connected once
- Create the access with the following command:
xxxxxxx-create-sftp <foldername> "<ssh_key>" xxxxxxx-create-sftp foldername "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABA[...]"
- Send the following information to the client:
- URL: foldername.upload.xxxxxx.com
- Port: 22
- Login: foldername
- ssh key as connecting key/password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# FOUND THIS THREAD ON STACKOVERFLOW FROM 2017! OH JOY! | |
# https://stackoverflow.com/questions/43012715/morse-audio-decoding-using-python | |
# There is a script in an archive circa 2011!!! EVEN BETTER!!! | |
# Downloaded the [archive](https://code.google.com/archive/p/morse-to-text/source/default/source) | |
# Updated for python3 by following the comments in stackoverflow article BUT..... | |
# Install missing packages BUT..... | |
# Forget to update the path in the script to python3 so I lazily changed from python to python3 | |
# Still didn't work because the actual path was......different => run which python! | |
# Of course works perfectly for their sample files! BUT.... for our file the script did not recognize the long pulse | |
# Trial and error on changing the band value in the script |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.ssllabs.com/ssltest/index.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
App: Spotify | |
Problem statement: | |
After a user searches for a song, how often is any song clicked on | |
from among the search results? | |
System nouns: | |
* Catalog (contains Songs) |
NewerOlder