janmojzis / tinyssh

TinySSH is small server (less than 100000 words of code)
Creative Commons Zero v1.0 Universal
1.41k stars 75 forks source link

Client? #61

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi, i installed this server on my raspberry pi, but, which client should i use? (i use git, so i need to have ssh client to do pushes)

janmojzis commented 2 years ago

Hello, tinyssh is server only.

You can use e.g. openssh-client.

apt-get install openssh-client
ghost commented 2 years ago

Oh, okay, i ll look at it. Btw in alpine there is openssh-client-default and -common. Do you know the difference?

ghost commented 2 years ago

And other question, so, i cant use tinyssh key when i'm doing git clone git@github.com:cool/repo?

janmojzis commented 2 years ago

not related to tinyssh server