html tool

显示标签为“solaris”的博文。显示所有博文
显示标签为“solaris”的博文。显示所有博文

2017年6月29日星期四

solaris set ssh

https://docs.oracle.com/cd/E18930_01/html/821-2426/gksja.html

To Set Up SSH on Oracle Solaris Systems

  1. Ensure that the following options in the configuration file /etc/ssh/sshd_config are set to yes:
    • StrictModes
    • PubkeyAuthentication
  2. Determine if the SSH server daemon sshd is running.
    $ /usr/bin/svcs ssh
  3. If the SSH server daemon sshd is not running, start this daemon.
    If the daemon is running, no further action is required.
    $ /usr/sbin/svcadm enable ssh
Example 2-2 Determining if the sshd Daemon Is Running on an Oracle Solaris System
This example confirms that the SSH server daemon sshd is running on an Oracle Solaris system.

$ /usr/bin/svcs ssh
STATE          STIME    FMRI
online         Jul_06   svc:/network/ssh:default

2017年5月16日星期二

dtrace solaris test

安装solaris 11 测试dtrace
要求sudo 权限
默认solaris 11 sudo su 的password是jack
使用体验还是比systemstap快不少的,成功纪念图片如下: