
HP NonStop SSH Reference Manual
SSH and SFTP Client Reference
•
191
SSH and SFTP Client Reference
Introduction
The SSH2 package provides an SSH and SFTP client program to interact with SSH daemons on other systems. The
clients programs will communicate with the SSH2 process, which will create the actual SSH session to the remote
daemon. This chapter describes the usage of the SSH and SFTP client and assumes an SSH2 process is already running.
Starting the Guardian Client Programs
The clients for Guardian have the following filenames:
•
SSH
•
SFTP
The programs are simply started from TACL using the RUN command.
A typical command to establish an SSH session with a remote SSH daemon will look as follows:
$MH SSH 23> RUN ssh comf.mh@10.0.0.198 ls -l
comForte SSH client version T9999H06_07Jul2008_comForte_SSH_0080
Server did not accept any of your private keys in the key store.
Trying password authentication.
Enter comf.mh@10.0.0.198's password:
Add password for comf.mh@10.0.0.198 to the password store (yes/no)? no
total 955646
-rw-r--r-- 1 COMF.MH COMF 1000 Jan 18 11:28 a1000
-rw-r--r-- 1 COMF.MH COMF 10000 Sep 22 2004 a10000
-rw-r--r-- 1 COMF.MH COMF 1000000 Sep 22 2004 a1000000
...
$MH SSH 24>
Example with IPv6 address:
$DATA1 TEST 23> > run ssh comf.us@fe80::a00:8eff:fe00:d14e ls -l /G/us/temp
SSH client version T9999H06_17Apr2012_comForte_SSH_0092
GSSAPI authentication disabled.
You have no private keys in the key store.
Trying password authentication.
Enter comf.us@fe80::a00:8eff:fe00:d14e's password:
Add password for comf.us@[fe80::a00:8eff:fe00:d14e]:54022 to the password store
(yes/no)? no
total 21933
-rwxr-xr-x 1 SUPER.SUPER SUPER 38662 Apr 16 14:22 abc
-rwxr-xr-x 1 SUPER.SUPER SUPER 2222 Nov 23 2010 c
-rwxr-xr-x 1 SUPER.SUPER SUPER 11183778 Jan 20 09:24 crypto
-rwxr-xr-x 1 SUPER.SUPER SUPER 2286 Sep 30 2011 test
Содержание NonStop SSH 544701-014
Страница 12: ...xii Contents HP NonStop SSH Reference Manual ...
Страница 24: ...24 Preface HP NonStop SSH Reference Manual ...
Страница 30: ...30 Introduction HP NonStop SSH Reference Manual ...
Страница 46: ...46 Installation Quick Start HP NonStop SSH Reference Manual ...
Страница 132: ...132 The SSH User Database HP NonStop SSH Reference Manual ...
Страница 214: ...214 SSH and SFTP Client Reference HP NonStop SSH Reference Manual ...
Страница 278: ...278 STN Reference HP NonStop SSH Reference Manual ...
Страница 298: ...298 Monitoring and Auditing HP NonStop SSH Reference Manual ...
Страница 302: ...302 Performance Considerations HP NonStop SSH Reference Manual ...