Support #1398

Wishlist for new SD card image

Added by Giulio Moro over 8 years ago. Updated over 8 years ago.

Status:NewStart date:2015-09-14
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:-
Target version:-

Description

  • gdb
  • valgrind
  • Add the following line:
    UseDNS no
    at the bottom of this file:
    /etc/ssh/sshd_config

History

#1 Updated by Giulio Moro over 8 years ago

apt-get install unzip

This will set vi to run in nocompatible mode (so you can actually use arrow keys while in edit mode)

echo "set nocompatible"  > ~/.exrc

#2 Updated by Giulio Moro over 8 years ago

Make sure the script that makes node start exits (run node in a screen).

#3 Updated by Giulio Moro over 8 years ago

Found out how to avoid the root password at all:

edit /etc/pam.d/common-auth
edit the existing line to :
auth [success=1 default=ignore] pam_unix.so nullok

/etc/ssh/sshd_config
edit the existing line to:
PermitEmptyPasswords yes

and then
passwd -d root #deletes the password for user root

Also available in: Atom PDF