Skip to main content
  1. Home >
  2. Products >
  3. Computing Products >
  4. Servers >
  5. Fujitsu SPARC servers >
  6. Downloads >
  7. User Manuals >
  8. Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 System Operation and Administration Guide >
  9. 2.2.2 How to Log In to the XSCF Shell Through an SSH Connection via the XSCF-LAN

2.2.2 How to Log In to the XSCF Shell Through an SSH Connection via the XSCF-LAN


2.2.2 How to Log In to the XSCF Shell Through an SSH Connection via the XSCF-LAN
The procedure described here assumes that the SSH service described in "3.7 Configuring the SSH/Telnet Service for Login to the XSCF" is enabled.

This section describes how to log in to the XSCF shell via SSH through an XSCF-LAN port.
  1. Confirm that the connected LAN cable is inserted in an XSCF-LAN port of the master XSCF and correctly connected to the PC or workstation used.
  2. Before logging in via SSH, check the fingerprints that were stored in advance.
    If there is no stored fingerprint, establish a connection through the serial port, execute the showssh command, make a note of the fingerprint of the host public key, and then keep it at hand for reference.
  3. Start the SSH client. Specify the IP address (physical IP address) that is assigned to the XSCF-LAN or the host name, and if necessary specify the port number. Connect to the SSH service.
    In systems with multiple XSCFs, specify the takeover IP address (virtual IP address) as necessary.
  4. Enter an XSCF user account and passphrase to log in to the XSCF shell.
  5. A question may appear about the validity of the fingerprint of the host public key. Check the fingerprint you kept on hand for reference, and confirm that the correct XSCF is connected, and then enter "yes".
  6. Confirm that the XSCF shell prompt (XSCF>) appears.
    You can now use the XSCF shell.
    The following example performs login.
[foo@phar foo]% ssh june@192.168.0.2
The authenticity of host '192.168.0.2 (192.168.0.2)' can't be
established.
RSA key fingerprint is
03:4b:b4:b2:3d:4d:0c:24:03:ca:f1:63:f2:a7:f3:35.
Are you sure you want to continue connecting? [yes|no] : yes
Warning: Permanently added '192.168.0.2' (RSA) to the list of known
hosts.
foo@phar's password:xxxxxx
XSCF>
  1. To establish the SSH connection with a user key, register the user public key with the XSCF in advance. For details on how to register a user public key, see "3.7 Configuring the SSH/Telnet Service for Login to the XSCF."
    The following example performs login with a user public key.
[client]# ssh nana@192.168.1.12
Enter passphrase for key ‘/home/nana/.ssh/id_rsa’: xxxxxxxx
Warning: No xauth data; using fake authentication data for X11
forwarding.
Last login: Mon Sep 1 10:19:37 2012 from client
XSCF>
Note - For details about starting SSH, see the respective SSH manuals.