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 (6001)
I don't think there is in repl.it
Coder100 (17020)
I don't think there is, do you have any indication of your progress on this?
ARJPEG (151)
@Coder100 This is all I got so far sudo apt-get install openssh-server
Coder100 (17020)
well, that's not going to work is it @adityaru
Coder100 (17020)
try install-pkg openssh-server
hm? @adityaru
ARJPEG (151)
@Coder100 Yea but then I need to do sudo service ssh start
Coder100 (17020)
oof seems like a lost cause @adityaru
Create a bash repl and set this as your code: