Re: SSH question

2008-08-14 Thread Polytropon
Hi! On Thu, 14 Aug 2008 10:06:46 +0800, EdwardKing <[EMAIL PROTECTED]> wrote: > I use SSH to remote FreeBSD > $ssh [EMAIL PROTECTED] > password: > > Then I SSh to suspend client in that remote machine: > $~ > /home/tom: Permission denied > > Permission denied? Why? How to do that? In opposite

Re: SSH question

2008-08-13 Thread Matthew Seaman
EdwardKing wrote: > I use SSH to remote FreeBSD > $ssh [EMAIL PROTECTED] > password: > > Then I SSh to suspend client in that remote machine: > $~ > /home/tom: Permission denied > > Permission denied? Why? How to do that? What happened here is that you were trying to type an escape code into ss

Re: SSH question (some kind off-topic)

2007-05-19 Thread Kevin Hunter
At 5:42p -0400 on 19 May 2007, Arvee Klesk wrote: Hi list. When a password is send (via a POP3 session without SSL, or without establishing a secure connection) it can be retrieved by the ISP, or somebody ahead, right. AFAIK, making an SSH session to a server and forwarding, for instance, port

Re: ssh question

2004-08-25 Thread Volker Kindermann
> > After modifying the sshd.conf to allow my new IP access via ssh I > > can't connect. I have stopped and restarted the service and the > > server and double > > 'Allow your new ip address' ? > > What you can specify on /etc/ssh/sshd_config is the ip the server > binds to, not the ip addresses

Re: ssh question

2004-08-25 Thread epilogue
On Wed, 25 Aug 2004 13:42:52 -0500 "Mark Tullos" <[EMAIL PROTECTED]> wrote: > > After modifying the sshd.conf to allow my new IP access via ssh I can't > connect. I have stopped and restarted the service and the server and > double check the conf file. I have checked hosts.allow and found nothi

Re: ssh question

2004-08-25 Thread Hugo Silva
> > After modifying the sshd.conf to allow my new IP access via ssh I can't > connect. I have stopped and restarted the service and the server and > double 'Allow your new ip address' ? What you can specify on /etc/ssh/sshd_config is the ip the server binds to, not the ip addresses of the clien

Re: SSH question

2004-06-07 Thread Matthew Seaman
On Mon, Jun 07, 2004 at 02:31:43PM -0400, Bart Silverstrim wrote: > While the server I want to copy FROM is apparently running > sshd2: SSH Secure Shell 3.2.3 (non-commercial version) on > i686-pc-linux-gnu > > I have created the pub key on the FreeBSD system with > ssh-keygen -t dsa > then copi

Re: ssh question

2003-01-30 Thread Daniel Bye
On Thu, Jan 30, 2003 at 12:46:30PM -0500, Tyler Parrott wrote: > Hello all, > > I was just in the process of compiling something through ssh(i.e. I > ssh'd to my machine at home and ran make install) but during the > compilation, my ssh client crashed. Does that mean that my build was > kill