Remote Computer Access

donovan.chun donovan.chun at hcdch.state.hi.us
Fri Sep 7 19:45:28 PDT 2001


Does anyone know of a way to use SSH through a http proxy?
I noticed that Mindterm has a Settings>Proxy option.
Does anyone know what that setting is for?

Donovan

-----Original Message-----
From: Dusty [mailto:dusty at sandust.com] 
Sent: Friday, September 07, 2001 3:16 PM
To: Linux & Unix Advocates & Users
Subject: [luau] RE: Remote Computer Access


For copying files with ssh you use the command 'scp' (secure copy).  The
syntax is pretty simple:

scp <ip.address>:/path/to/file <ip.address>:/path/to/file

you really only need the IP for the remote system.  SO if you want to
get a file from your UH system and you are logged into you home system
do this:

scp <ip.address>:/path/to/file /home/me/filename

You can also use sftp if it is installed on both systems.  It doen't
always come with an SSH install.  Basically it is just like ftp, except
the entire session is encrypted.

A third choice is to use a good ssh client (like mindterm
http://www.appgate.com/products/mindterm/demo/index.html) is nice.
Mindterm has a demo you can use from that link.  It makes scp easy and
allows you to tunnel any protocol (as far as I have found) through SSH.
Once logged into the remote system with mindterm goto file-->SCP File
Transfer and start copying files.

Dusty

> 
> K I got ssh working and I can log into my home computer from school. 
> But I am
> unclear as to the commands I need to use to transfer files between
computers. 
> I checked out the openssh website as Warren suggested, but i'm still
lost. 
> Basically I would need to copy files back and forth.
> 
> Thanks,
> Rodney
> 
> ---
> You are currently subscribed to luau as: dusty at sandust.com
> To unsubscribe send a blank email to $subst('Email.Unsub')

"Linux is for people who hate Windows. BSD is for 
people that love unix."

---
You are currently subscribed to luau as: donovan.chun at hcdch.state.hi.us
To unsubscribe send a blank email to $subst('Email.Unsub')



More information about the LUAU mailing list