Ssh And Sftp Client Reference; Introduction; Starting The Guardian Client Programs - HP NonStop SSH 544701-014 Reference Manual

Table of Contents

Advertisement

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
-rw-r--r--
1 COMF.MH
-rw-r--r--
1 COMF.MH
...
$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
-rwxr-xr-x
1 SUPER.SUPER
-rwxr-xr-x
1 SUPER.SUPER
-rwxr-xr-x
1 SUPER.SUPER
HP NonStop SSH Reference Manual
COMF
1000 Jan 18 11:28 a1000
COMF
10000 Sep 22
COMF
1000000 Sep 22
SUPER
38662 Apr 16 14:22 abc
SUPER
2222 Nov 23
SUPER
11183778 Jan 20 09:24 crypto
SUPER
2286 Sep 30
2004 a10000
2004 a1000000
2010 c
2011 test
SSH and SFTP Client Reference • 191

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents