Python ssh with paramiko | information technology | University of New Hampshire

 

We have exercised SSH by using the command line program in order to access a remote Linux server.

Now, we further explore doing so via programmatic means in Python.

Check out this article (Links to an external site.).

It provides a comprehensive wrapper for doing things over SSH such as uploading and download files (via SCP) as well as executing remote commands.  It references this github repository (Links to an external site.).  However, it is not as “conda friendly” as it should be and has a bug. 

Use the following instructions to successfully execute the code.

  1. clone the repository and change directory into it
    $ git clone https://github.com/hackersandslackers/paramiko-tutorial.git (Links to an external site.)
    $ cd paramiko-tutorial
  2. Add this environment.yml downloadfile to the repository
  3. Create and activate your environment (if you already have a comp835 env, update the name in the yml file accordingly) $ conda env create -f environment.yml
    $ conda activate comp835
  4. Add a .env file to the root directory which looks like the following with your respective environment variables replaced: REMOTE_HOST=3.90.20.34
    REMOTE_USERNAME=unhusernamelogin
    REMOTE_PASSWORD=
    SSH_KEY_FILEPATH=/Path/To/Comp835/Private/Key/comp835s21m1
    REMOTE_PATH=/home/unhusernamelogin
  5. Replace this snippet from paramiko_tutorial/__init__.py      remote.execute_commands(
             [
                “cd /var/www/ && ls”,
                “tail /var/log/nginx/access.log”,
                “ps aux | grep node”,
                “cd /uploads/ && ls”,
             ]
         )
    with simply this: remote.execute_commands(
             [
                “ls -l”,
             ]
         )
  6. Then replace line 106 in paramiko_tutorial/client.py.  From: stdin, stdout, stderr = self.client.exec_command(cmd)
    to stdin, stdout, stderr = self.connection.exec_command(cmd)
  7. And then execute the main python main.py

If needed, use a “git status” and “git diff” to confirm your changes.  Note that the .gitignore will ignore the .env. 
It should look like this:

(comp835) Tims-MacBook-Pro:paramiko-tutorial proftim$ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
    modified:   paramiko_tutorial/__init__.py
    modified:   paramiko_tutorial/client.py

Untracked files:
  (use "git add <file>..." to include in what will be committed)
    environment.yml

For your submission, provide the git diff output as well as the output from successfully having run the code in a rich text document (rtf file format). 

Attempt 1Comments
 

Calculate the price of your order

Choose an academic level, add pages, and the paper type you want.
To reduce the cost of our essay writing services, select the lengthier deadline.
We can't believe we just said that to you.

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Why is Purdue Papers the Most Helpful Essay Writing Service for You?

  1. Custom-written and plagiarism-free papers: Our authors create their work from scratch. Before presenting them to clients, we routinely verify them for signs of plagiarism. Our quality assurance group also double-checks and fixes any grammatical errors, assuring that all of our authors adhere to the same standards of writing.
  2. The significance of timely delivery cannot be overstated, and we consistently strive to meet or exceed our clients' deadlines. Regardless of the short time frame, you can count on our writers to get the job done. We always have a team of writers ready to go, even if the deadline is only six hours away.
  3. Customer Satisfaction: Our customer service representatives are the best in the business and have a wealth of knowledge in dealing with clients. All our customer service representatives are trained to listen and reply promptly until you are satisfied with their service. To ensure you're happy, our expert writers will strictly follow the criteria to generate a special report. Our customer service may be contacted by chat, email, or phone. In addition, we provide round-the-clock assistance to all of our clients.
  4. Confidentiality: Our systems are safe, and your information is always protected. We're constantly looking for new facts when it comes to finishing your work. We use a safe and secure payment channel. Since our ordering process is completely anonymous, you don't have to provide any credit card information to place a purchase with us.
  5. Highly Trained Authors: Our writers have received extensive training and are committed to delivering only the best papers. They are fluent in APA, MLA, HARVARD, IEEE, CHICAGO, and AMA referencing styles. To meet your expectations, our skilled writers always pay close attention to your instructions.
  6. Lowered prices: We have set prices that are already discounted. Our prices are the best and affordable for all our esteemed customers.

Let Professionals Take Care of your Academic Paper