Python SSH >_ 📲 ( yes i'm a noob in SSH with py3 😢 ) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Python SSH >_ 📲 ( yes i'm a noob in SSH with py3 😢 )

SSH are commonly default in servers and they aren't default in deploy apps such as Linux deploy for Android the let's I want to create SSH for terminal using python when I started to read and search for tutorials I found that most of source codes uses servers to connect to the host my question here is important to connect your SSH with some server ? is it important when connecting to a local host ?

23rd Oct 2017, 4:19 PM
warlord
warlord - avatar
9 Answers
+ 8
@Given thanks for answering but I have an extra question 😀 can you connect an online private library to use it for your SSH tunnel
23rd Oct 2017, 4:48 PM
warlord
warlord - avatar
+ 8
@Given last time I asked they literally roasted me and gave me 4 down votes 😠
23rd Oct 2017, 6:35 PM
warlord
warlord - avatar
+ 8
@Given thanks your comment made my day better 💯 :D
23rd Oct 2017, 7:30 PM
warlord
warlord - avatar
+ 7
I thought the server is required like the server contains a database for searching (scanning) for hosts
23rd Oct 2017, 4:32 PM
warlord
warlord - avatar
+ 7
@Given I will see a tutorial pxssh just to have some knowledge so I can complete the SSH with python 3
23rd Oct 2017, 4:36 PM
warlord
warlord - avatar
+ 5
Thats Cruel, Its a nice question, deserves upvotes not downvotes☺
23rd Oct 2017, 7:12 PM
Given
Given - avatar
+ 4
Connecting Secure Shell to your localhost(127.0.0.1) is not that important ... you can use the pexpact module and import the pxssh object to make an SSH script server
23rd Oct 2017, 4:30 PM
Given
Given - avatar
+ 4
its easier to implement an SSH client-server connection on a LAN where you can connect to multiple computers in your own working area
23rd Oct 2017, 4:44 PM
Given
Given - avatar
+ 4
I Don't know about that... try asking on stackoverflow
23rd Oct 2017, 4:54 PM
Given
Given - avatar