On Thu, Aug 23, 2001 at 09:02:35AM +0200, Jaan Sarv wrote:
> root? root?!?!???
> ROOT!
first of all, example!!
secondly, secure shell protocol, secure!
third, sometimes when your lazy you just have too!
>
> Humz.. bad idea, don't ya think?
>
>
> Jaan
>
>
> --
> To UNSUBSCRI
- Original Message -
From: "Jason Thomas" <[EMAIL PROTECTED]>
To: "Curt Howland" <[EMAIL PROTECTED]>
Cc: "'FEJF'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 7:54 AM
Subject: Re: File transfer using ssh
> # copy file to remote machine and connect as current u
Simon Boulet <[EMAIL PROTECTED]> writes:
> Hi,
>
> I had some problems today with sshd. Here is what was reported in my log
> files:
>
> Aug 23 00:23:24 host01 kernel: VM: killing process sshd
> Aug 23 00:23:24 host01 kernel: swap_free: swap-space map bad (entry
> f000)
> Aug 23 00:24:23
scp will also work for entire directory structures with the -r flag.
But please read the manpage and try to understand it before bothering the
security list. The SYNOPSIS section should be enough for your most urgent
needs ;-)
You might also consider the tip posted before to use rsync (rsync -e
On 22 Aug 2001, Hubert Chan wrote:
> Rob> SSH for some reason ( as some do ), FTP uses two TCP ports, not one
> Rob> : one for control ( commands ) and the other for data.
>
> Unless you use passive mode.
of course ftp uses two channels in passive mode as well
--
[-]
--
To UNSUBSCRIBE,
Hey guys,
I've just installed PortSentry (from unstable for kernel 2.4support)
and
Logcheck (from testing) onto my Woody box.
I have PortSentry configure to use the Netfilter logging and limit options to
properly log port scan attemps from hostile host. Do any of you know how I
can co
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> "Rob" == Rob Helmer <[EMAIL PROTECTED]> writes:
Rob> Hi Curt, It sounds like you want "sftp", which comes with SSHv2 and
Rob> is a passable FTP clone for SSH ( not quite as advanced as say
Rob> ncftp, but decent ).
Or in OpenSSH version 2.5 (o
# copy file to remote machine and connect as current user
scp afile.txt machine.domain:
# copy file to remote machine and connect as specified user
scp afile.txt [EMAIL PROTECTED]:
# copy file from remote machien and connect as current user
scp machine.domain:afile.txt .
#copy file from remote ma
And it works, too.
Arigato gozaimasu, mina-sama.
Dewa mata,
Curt-
-Original Message-
From: Craig Dickson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 14:30
To: '[EMAIL PROTECTED]'
Subject: Re: File transfer using ssh
Curt Howland wrote:
> Is there a file transfer meth
hi ya
and if you wanna try 'um all out... ( the windoze versions )
http://www.Linux-Consulting.com/Security/ssh.windows.txt
( teraterm and putty works nice and they're free )
c ya
alvin
On Thu, 23 Aug 2001, FEJF wrote:
> Jason Thomas, on Donnerstag, 23. August 2001 07:29 wro
Actually, the problem was from Debian to Debian, rather than windows
anything. :^)
The real "one thing I miss" would have been one or two real world command
line examples, so I could make sense of the man page.
Thank very much to everyone for replying, now all I have to do is get sound
working,
Jason Thomas, on Donnerstag, 23. August 2001 07:29 wrote:
> scp
short answer ;) - but as everbody sugests scp there is one thing i miss:
tell Curt Howland where to get a windoze version of scp... ;)
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
fejf
> On Thu, Aug 23, 2001 at 0
Curt Howland wrote:
> Is there a file transfer method for utilizing ssh?
It's called 'scp' -- secure cp. You don't even need an ssh session up to
use it:
scp file user@site:/path
will copy a file to /path on the machine site, using the specified user
account. You will be prompted for a pass
scp
On Thu, Aug 23, 2001 at 02:13:47PM +0900, Curt Howland wrote:
> I've just made the change from a windows to Debian user machine, I've been
> running a Debian server for years.
>
> One of the features of the windows software that I liked was zmodem file
> transfer over the ssh link. Since cha
Hi Curt,
It sounds like you want "sftp", which comes with SSHv2 and is
a passable FTP clone for SSH ( not quite as advanced as say
ncftp, but decent ).
Also, you can send inividual files to an SSH server with the
"scp" command.
One last note : keep in mind that if you decide to tunnel FTP ove
On Thu, Aug 23, 2001 at 02:13:47PM +0900, Curt Howland wrote:
> Is there a file transfer method for utilizing ssh? I'm sure ftp could be
> tunneled, but for security reasons ftp is turned off. Until now, with
> zmodem, I didn't need it.
Try scp or sftp. They transfer files over ssh using the i
I've just made the change from a windows to Debian user machine, I've been
running a Debian server for years.
One of the features of the windows software that I liked was zmodem file
transfer over the ssh link. Since changing over to ssh (1.2.3-9.3) from
stable for both server and now client, it
Hi,
I had some problems today with sshd. Here is what was reported in my log
files:
Aug 23 00:23:24 host01 kernel: VM: killing process sshd
Aug 23 00:23:24 host01 kernel: swap_free: swap-space map bad (entry
f000)
Aug 23 00:24:23 host01 kernel: VM: killing process sshd
Aug 23 00:24:23 host
Hey guys,
I've just installed PortSentry (from unstable for kernel 2.4support) and
Logcheck (from testing) onto my Woody box.
I have PortSentry configure to use the Netfilter logging and limit options to
properly log port scan attemps from hostile host. Do any of you know how I
can co
On Wed, Aug 22, 2001 at 00:34:24 +0200, An-Dee wrote:
> debug: Connecting to webvision.hu [217.13.33.203] port 22.
> debug: Connection established.
> ssh_exchange_identification: Connection closed by remote host
Could be because the other side match your IP in "/etc/hosts.deny" as
"PARANOID"... t
(closes eyes and stabs blindly in the dark)
I've seen this where I've set to tunnel X and the remote site is refusing
it. Luckily for me I owned the remote site and could see the X refusal in
the logs. You might give that a look.
At 12:34 AM 8/22/2001 +0200, An-Dee wrote:
Hello
I hav
Hello
I have a little problem with ssh.
I cannot connect to 1 machine from home.
[EMAIL PROTECTED]:~$ ssh -v webvision.hu
SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090600f).
debug: Reading configuration data /etc/ssh/ssh_config
debug: Seeding random number
On Wed, Aug 22, 2001 at 00:34:24 +0200, An-Dee wrote:
> debug: Connecting to webvision.hu [217.13.33.203] port 22.
> debug: Connection established.
> ssh_exchange_identification: Connection closed by remote host
Could be because the other side match your IP in "/etc/hosts.deny" as
"PARANOID"...
(closes eyes and stabs blindly in the dark)
I've seen this where I've set to tunnel X and the remote site is refusing
it. Luckily for me I owned the remote site and could see the X refusal in
the logs. You might give that a look.
At 12:34 AM 8/22/2001 +0200, An-Dee wrote:
>Hello
>
> I h
Hello
I have a little problem with ssh.
I cannot connect to 1 machine from home.
andee@terra:~$ ssh -v webvision.hu
SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090600f).
debug: Reading configuration data /etc/ssh/ssh_config
debug: Seeding random number gener
On Wednesday 22 August 2001 02:53, A. Didit Mifanto wrote:
> I'm using proftpd 1.2.0pre10-2.0potato1, tried this vulnerability,
> and still affects to this version of proftpd. I see that
> ftp://ftp.debian.org is still using this version, and I think also
> affected.
Add this line to global and t
On Wednesday 22 August 2001 02:53, A. Didit Mifanto wrote:
> I'm using proftpd 1.2.0pre10-2.0potato1, tried this vulnerability,
> and still affects to this version of proftpd. I see that
> ftp://ftp.debian.org is still using this version, and I think also
> affected.
Add this line to global and
27 matches
Mail list logo