Page 1 of 1

Cannot SSH into server

Posted: 21 February 2024, 23:35
by HighLiuk
Hey there. I've successfully uploaded my SSH key to the server and I can confirm I see it under ~/.ssh/authorized_keys by opening the FTP folder.
Yet I cannot ssh into the server.
Since my username is HighLiuk, I am trying with the command

Code: Select all

ssh HighLiuk@1.studio.boardgamearena.com
but I get the error

Code: Select all

This service allows sftp connections only.
Connection to 1.studio.boardgamearena.com closed.
isn't SSH supposed to be enabled? Looks like this should be supported > https://studio.boardgamearena.com/bug?id=31

Re: Cannot SSH into server

Posted: 22 February 2024, 08:55
by Tisaac
HighLiuk wrote: 21 February 2024, 23:35 Hey there. I've successfully uploaded my SSH key to the server and I can confirm I see it under ~/.ssh/authorized_keys by opening the FTP folder.
Yet I cannot ssh into the server.
Since my username is HighLiuk, I am trying with the command

Code: Select all

ssh HighLiuk@1.studio.boardgamearena.com
but I get the error

Code: Select all

This service allows sftp connections only.
Connection to 1.studio.boardgamearena.com closed.
isn't SSH supposed to be enabled? Looks like this should be supported > https://studio.boardgamearena.com/bug?id=31
There is no ssh access, only sftp

Re: Cannot SSH into server

Posted: 22 February 2024, 18:42
by HighLiuk

Re: Cannot SSH into server

Posted: 22 February 2024, 20:32
by Tisaac
HighLiuk wrote: 22 February 2024, 18:42 So what about this? > https://studio.boardgamearena.com/bug?id=31
As explained on the report, it's just for putting public ssh key for sftp access instead of usual credentials, not for ssh access.

Re: Cannot SSH into server

Posted: 24 February 2024, 15:15
by HighLiuk
Got it. Thanks