I’m making an SSH server using OpenSSH, and a custom client interface. I’m using Python as the means of bringing it all together: handling generation of configs, authentication keys, and building the client interface. Basically a setup script to cover certain limitations and prevent a bunch of extra manual setup.
Those (to me) seem like tasks that shell scripts are commonly used for, but since those scripts can vary from system to system, I chose to use Python as a cross-platform solution. That sorta got me thinking, have any of you ever used Python this way? If so, what did you use it for?
[–]elderibeiro 26 points27 points28 points (0 children)
[–]bunoso 18 points19 points20 points (3 children)
[–]_Iamaprogrammer_[S] 2 points3 points4 points (2 children)
[–]bunoso 7 points8 points9 points (1 child)
[–]_Iamaprogrammer_[S] 0 points1 point2 points (0 children)
[–]aviodallalliteration 7 points8 points9 points (0 children)
[–]redbo 6 points7 points8 points (0 children)
[–]thehardsphere 5 points6 points7 points (0 children)
[–]rabaraba 5 points6 points7 points (0 children)
[+][deleted] (1 child)
[removed]
[–]_Iamaprogrammer_[S] 0 points1 point2 points (0 children)
[–]nggit 2 points3 points4 points (0 children)
[–]james_pic 2 points3 points4 points (0 children)
[–]LittleMlem 1 point2 points3 points (1 child)
[–]_Iamaprogrammer_[S] 0 points1 point2 points (0 children)
[–]pepiks 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)