Knowledge Base
Inicio > OS > Unix Tools
UNIX Tools

Sitecopy

SSH
 
Autologin to server with RSA Key

Log into myserver as yourself, and then login as userid using:

ssh myserver -l userid
You should be able to login without a password if we have added your identity.pub to ~userid/.ssh/authorized_keys.

Samba

Admin Commands