+ 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 ?
9 Respuestas
+ 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
+ 8
@Given last time I asked they literally roasted me and gave me 4 down votes 😠
+ 8
@Given thanks your comment made my day better 💯 :D
+ 7
I thought the server is required like the server contains a database for searching (scanning) for hosts
+ 7
@Given I will see a tutorial pxssh just to have some knowledge so I can complete the SSH with python 3
+ 5
Thats Cruel, Its a nice question, deserves upvotes not downvotes☺
+ 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
+ 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
+ 4
I Don't know about that... try asking on stackoverflow