How do you mean? I have not found any ssh clients that run on a server, so the traffic from you to teh server is http/https. That is what I was orginally looking for when I found mindterm. THere are manyu places where they specifically block port 22 from leaving thier network so they can monitor everything that leaves. You could run your ssh server on port 80 or 25. Dusty > > 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@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 :/path/to/file :/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 :/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@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@hcdch.state.hi.us > To unsubscribe send a blank email to $subst('Email.Unsub') > > > --- > You are currently subscribed to luau as: dusty@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."