/* ssh */

This commit is contained in:
Blotter 2013-04-21 15:56:43 +00:00
parent 40d3eedfcb
commit cbc0d5e452

View File

@ -57,6 +57,13 @@
=== ssh ===
* key based login über ssh
<code>
PasswordAuthentication no
UsePAM no
</code>
* prompt für root geändert (root=rot fällt auf!!)
<code>
export PS1='\n \[\e[1;37m\]\! ${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[01;34m\]@\[\033[01;32m\]\h:\[\033[00m\]\w\$ '