SSH usage

Tags: SSH  

Allow ssh login between machines without passwd, each client will create a private key and public key and send public key to target manchine, then it will access without password.

leon Published by 2016-01-05 17:40

Detail »

Change ssh login welcome interface

Tags: Debian   SSH  

1. vim /etc/ssh/sshd_config

Change the setting PrintLastLog to "no"

Change the setting PermitRootLogin to "yes"

2. vim /etc/motd

Change the content to what you want.

3. service sshd restart or  /etc/init.d/ssh restart

leon Published by 2015-12-07 17:32

Detail »