Verify That kadmin Is Visible in the SSH Environment
When a user logs in through SSH, SSH sets up an environment that is different from the environment that the user gets when they log in using other means such as rlogin, telnet, or by direct login. To verify that that kadmin is visible in the SSH environment, log in to SSH interactively using openssh or PuTTy.
ssh -i <private key file> <SSH user>@<SSH host>
The shell prompt appears.
Enter the following command:
which kadmin
The full path of kadmin appears. For example, /usr/sbin/kadmin.
If the full path of kadmin does not appear, see How to make kadmin visible.
On the PuTTy Configuration dialog, click Open.
The terminal emulator opens with a shell prompt.
Enter the following command:
which kadmin
The full path of kadmin appears. For example, /usr/sbin/kadmin.
If the full path of kadmin does not appear, see How to make kadmin visible.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |