Simple Automated SSH Python Bot

preview_player
Показать описание
In this video, we learn how to automate SSH processes using the Fabric module in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

Good video, short but informative! Like this type.

dragonball
Автор

Hey, i keep getting this error when i try to run a command: "PasswordRequiredException: Private key file is encrypted". Do you know why i get this? Thanks for the video

liamjrj
Автор

Ah I was chasing an alternate method of connecting to an SSH server without paramiko. I see fabric also uses paramiko. Ouch. The are some flaws in paramiko that don't allow authentication to Adva boxes. Do you have any tips to debug ssh connections in either fabric or paramiko?

ozzman
Автор

Great video, is there a way to use trusted ssh (-Y or -X) using Fabric?
I dont see that detail in the documentation

niazahsan
Автор

Following the previous SSH key file on Windows, I'm getting this exception:
private key file is encrypted

is tehre a way to tell Fabric module to read the keyfile??

andresbonelli
Автор

Hello, very clear video, can someone help me if I'm trying to use the su - instead of the sudo available, I mean if the ssh user is not sudoer user the sudo command does not work.

Автор

is there a way to do so by multi factor authentication?

LeonardoDorighetto
Автор

Können Sie ein Video erstellen, in dem erklärt wird, wie man qemu lunux erstellt? Ich habe nur einen ARM-basierten Host und weiß nicht, wie man eine andere Architektur erstellt Und vielen Dank für deine Videos, sie helfen mir immer!

DevShurik
Автор

So what's the advantage of fabric comparing with paramiko?

kingroc
Автор

Please recreate AES-256 encryption from scratch in pure Python with no use of any encryption library.
Thank you in advance!

Krisler
Автор

wish i knew about this before using subprocess

bruhhhhh
Автор

how to do this using a.ssh certificate instead of a password?

eugenmalatov
Автор

Hi I am still getting this error in _auth
raise SSHException("No authentication methods available")
No authentication methods available

I am running on mac VMware fusion, a ubuntu desktop machine

marvina.u
Автор

Paramiko way is far more better and easy..

toshumalhotra
Автор

What is the best way to make money from crypto?

FrancescaaNina
Автор

"this is a simple example".
Except the regex, you made the more complex regex I ever seen uneceassary.
re.findall("?<=inet\s)[\d.]+(?=\s)", list[0])[0]

rons