Abigail Marshall wrote:
To connect to a specific user account using ssh from the command line, specify the username before the host name as in an email address:I haven't figured out how to use SSH for a connection from a session on one VPS to another. (I can connect, but I can't provide the other server with a correct user name)
ssh user@xxxxxxxxxxx You can do the same with scp to copy a file to or from a remote host: scp localfile user@xxxxxxxxxxx:remotefile Be seeing you... --Lang ====================================================================== This is <vps-mail@xxxxxxxxxxxx> <http://www.perlcode.org/lists/> Before posting a question, please search the archives (see above URL).