Python SSH with Paramiko

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.

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
Add this environment.yml downloadfile to the repository
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
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
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”,

         ]

     )
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)
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 …” to update what will be committed)

  (use “git restore …” to discard changes in working directory)

    modified:   paramiko_tutorial/__init__.py

    modified:   paramiko_tutorial/client.py

Untracked files:

  (use “git add …” 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 1CommentsOrder any type of Service We Provide

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

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
Open chat
1
You can contact our live agent via WhatsApp! Via + 1 929 473-0077

Feel free to ask questions, clarifications, or discounts available when placing an order.

Order your essay today and save 20% with the discount code GURUH