MightyPirates / OpenComputers

Home of the OpenComputers mod for Minecraft.
https://oc.cil.li
Other
1.59k stars 430 forks source link

how to use ssh client in openOS to connect openssh server? #3387

Closed qqqZXzz123 closed 3 years ago

Ocawesome101 commented 3 years ago

There is no built-in, or even any at all, SSH client for OpenOS. You'd have to write your own, which would involve implementing a large part of the SSH stack in Lua. The simplest way to use SSH in OpenComputers is to not use it at all.

There is PSH, which is a remote shell program for OpenOS that you can use to connect two OpenComputers computers together. Other than that there is nothing.