FUJITSU SPARC ENTERPRISE M4000 User Manual

Page 417

Advertising
background image

snapshot(8)

System Administration

489

EXAMPLE 3

Downloading With a User-Provided Public Key

EXAMPLE 4

Log Files Only Using No Public Key

EXAMPLE 5

Downloading Using Encryption With Provided Password and No Public
Key

EXAMPLE 6

Downloading Using No Key to Invalid Directory

EXAMPLE 7

Downloading Public Key With Connectivity Failure

XSCF>

snapshot -t [email protected]:/home/joe/logs/x -k “ssh-rsa

AAAAB3NzaC1yc2EAAAABIwAAAIEAwVFiSQNVBFhTTzq0AX5iQqCkkJjd6ezWkVGt
mMkJJzzMjYK0sBlhn6dGEIiHdBSzO8QLAXb8N4Kq8JDOBpLSN4yokUPTcZQNxJaY
A0W058Qgxbn”

Enter ssh password for user ‘joe’ on host ‘jupiter.west’
Setting up ssh connection to remote host...
Collecting data into [email protected]:/home/joe/logs/x/archive.zip
Data collection complete.

XSCF>

snapshot -t [email protected]:/home/bob/logs/x -k none -l

Enter ssh password for user ’bob’ on host ’mars.east’
Log only mode. No commands will be collected.
Setting up ssh connection to remote host...
Collecting data into [email protected]:/home/joe/logs/x/archive.zip
Data collection complete.

XSCF>

snapshot -t [email protected]:/home/bob/logs/x -k none -e -P

password

Output data will be encrypted.
Enter ssh password for user ’bob’ on host ’mars.east’
Setting up ssh connection to remote host...
Collecting data into [email protected]:/home/joe/logs/x/archive.zip
Data collection complete.

XSCF>

snapshot -t [email protected]:/home/sue/logs/bad_dir -k none

Enter ssh password for user ’sue’ on host ’saturn.north’
Setting up ssh connection to remote host...
Failed to create remote file:
/home/sue/logs/bad_dir/archive.zip
Verify adequate disk permissions and disk space on target host
Error opening SSH target
Exiting with error 1

XSCF>

snapshot -t [email protected]:/home/sue/logs/x -k download

Downloading Public Key from ’saturne.west’...
Error downloading key for host ’saturne.west’
Error opening SSH target
Exiting with error 1

Advertising