Skip to main content

All Questions

Tagged with
0 votes
0 answers
408 views

public key authentication not working with "ssh/sftp Daemon" on android

I can sftp to my android device using password. However i can not set up this using public key auth. $ ssh -vvv [email protected] SSHD Server debug1: Authentications that can continue: publickey,...
jsaak's user avatar
  • 133
-2 votes
1 answer
167 views

How to run an SSH server on a laptop?

I want to create a program that allows a user to SSH into their laptop. But there is a serious problem: laptops sleep when they close. In particular, I believe this cannot be disabled on OS X. Does ...
William Rosenbloom's user avatar
7 votes
2 answers
5k views

Teamviewer-like SSH daemon

I have a computer at home with SSH installed which I would like to be able to control remotely. However, I am not able to allow SSH port forwarding through my router, so the only way to get in would ...
danielmhanover's user avatar
3 votes
1 answer
952 views

What benefits does daemonizing give me?

If I start something like uWSGI via SSH with my normal login user (assuming I should), and "daemonize" it, does that mean I can log out of SSH and uWSGI will remain running?
orokusaki's user avatar
  • 1,244