XBian Beta 2 - SSH Connection Refused Issue - Solution
If you recently install XBian and if you are facing "connection refused" error when you are trying to SSH from another pc, you can fix the issue by generating keys for SSH as shown below.
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
Comments
Post a Comment