Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Vista
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
Secure Shell
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Re: ssh process control (terminal magic?)
May 05 2008 04:02PM
Greg Wooledge (wooledg eeg ccf org)
On Sun, May 04, 2008 at 04:21:41PM -0400, Yang Zhang wrote:
> $ ssh hv sleep 30 &
> [1] 22468
> $ <hit enter quickly>
> $
> $
>
> [1]+ Stopped ssh hv sleep 30
ssh(1) says:
-f Requests ssh to go to background just before command execution.
This is useful if ...
[ more ]
Privacy Statement
Copyright 2008, SecurityFocus
> $ ssh hv sleep 30 &
> [1] 22468
> $ <hit enter quickly>
> $
> $
>
> [1]+ Stopped ssh hv sleep 30
ssh(1) says:
-f Requests ssh to go to background just before command execution.
This is useful if ...
[ more ]