I used to use this method for node.js installation on Debian, since it was easy and everything worked fine. Even with multiple users.
Since version 0.6.18~dfsg1-1 of the sid package, installation removes openssh-server. But I need OpenSSH to connect to my server.
Is there any possibility to install Node.js via APT or do I have to compile it manually?
This is my APT preferences file:
Package: *
Pin: release a=stable
Pin-Priority: 800
Package: *
Pin: release a=testing
Pin-Priority: 650
Package: *
Pin: release a=unstable
Pin-Priority: 600