Is there an ssh to a replit sever
I have personally already setup an ssh client on my remote machine but think it could be useful to ssh into a repl.it server so I can run my code from vscode for example. I know that you need to have an openssh server running so that you can ssh into it, any advice? Thanks.
RYANTADIPARTHI
I don't think there is in repl.it
Coder100
I don't think there is, do you have any indication of your progress on this?
killergriffn
@ARJPEG
service ssh start
you dont need sudo
install-pkg openssh-server service ssh start
HaphyScream
@killergriffn Do you know how to open ssh client using openssh
? I tried to run ssh 8080:localhost:8080 okk.com
but it doesn't work
Create a bash repl and set this as your code: