sshocial
build して実行
うまくいかないな?
サーバ側にも設定が必要かも?自分で立てて試してみようかと
$ sudo apt install elixir erlang-dev erlang
$ git clone https://git.pleroma.social/Duponin/sshocial && cd sshocial
$ mix deps.get
$ mkdir -p priv/sshd
$ ssh-keygen -t ed25519 -f priv/sshd/ssh_host_ed25519_key
$ mix run --no-halt
$ ssh -p 2222
[email protected]@localhost
SSH server
Enter password for "
[email protected]"
(
[email protected]@localhost) password:
SSH server
Enter password for "
[email protected]"
(
[email protected]@localhost) password:
[email protected]@localhost's password:
Permission denied, please try again.
[email protected]@localhost's password:
[email protected]@localhost: Permission denied (publickey,keyboard-interactive,passwo
10