Cindy Cullen wrote: > Now that I know my IP addresses and that SSH is running, is there a way to > mount that other linux machine so that I can view the contents?
Not with SSH. You could configure that machine as a NFS or SAMBA server and mount the shared directories, but that takes a little work. The easiest way to do it would be to use the ssh client to connect to it, giving you a command line shell in that machine. The command is: ssh -x [EMAIL PROTECTED] Fill in the username for the user you want to connect as, and the xxx with that machine's IP address. Chad Martin ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/0XFolB/TM --------------------------------------------------------------------~-> To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
