I would like to practice shell scripting and need an environment - free shell account. I tried Arbornet and the freeshell.org. But both always give me error: "File operations disabled, server identity can't be verified". Any idea what I should do? thanks in advance.
I hit <Enter> key after the command line that says:
it gives me:
and when I type in new as the login (as per sdf.org's instruction since I am a new user), it brings me back to SSH Server/Alias: sdf.org prompt.
The same thing is happening in m-net.arbornet.org:
Then when I enter newuser as per Arbornet's instruction, I get:
I have not established my password yet, so I just enter some dummy password. As expected, it gave me: "Authentication failed, permission denied".
Please note that the SSH Server/Alias values (sdf.org and m-net.arbornet.org) are given by default.
Thanks. I downloaded PUTTY. May I know where to enter the new@sdf.org? I mean I put sdf.org as Hostname and tick SSH. Then logged in as 'new', but nothing happened. Can you tell me the parameters (what to tick, input, etc)? Thanks.
type 'new@sdf.org' into 'hostname' and click 'open'. Then it'll give you a security alert about caching a host key, this is fine, tell it 'yes'. Then wait a few minutes. It took a while to show up for me but it gave me the message about logging into another server to get a new account.
I did that, but it did not show any security alert. It immediately displayed: Using username "new" and cursor went to next line.. nothing happened. I've been waiting for more than 3 minutes.
Hello and thanks in advance for any help anyone can offer to straighten me out on this subject
I'm trying to understand non-interactive & non-login shells and having a hard time conceptualize the process a non-interactive & non-login shell goes through to start up. Particularly for background... (7 Replies)
Hello,
What will be the effect of environment variable, when mulitple sessions are opened by same login?
Following code snippet is part of a shell script.
Environment : HP-UX B.11.31 U ia64
For Example
EXECUTION_DIR=`pwd`/
EXECUTION_DIR_RT=${EXECUTION_DIR}RT/
export... (4 Replies)
Hey folks,
When a user is added to a new group, the user has to be log out and log in again to make the new group effective. Is there any system command or technique to refresh user group ID update without re-login?
I am not talking about to use "login" or "su -l" commands which can only make... (2 Replies)
Hello all,
for security reasons my compagny imposes that my script be launch remotly via ssh under the users login shell.
So serverA launches the ssh command to serverB which has a local user with my script as a login shell.
Local script works like a charm on his own.
serverB$ grep... (20 Replies)
Hi All,
I am trying the following to set the environment variable in my scirpt.But it is not setting with the correct value.
Can you guys please help me out to get the correct value.
1. I have environment variable NLS_LANG=American_America.UTF8
2. In my script (ksh) i am trying the following... (1 Reply)
Hello fellow *nix users!
I am a bit confused how could I get an environment of a "fresh/clean" login shell, that is, the environment at that moment when user has started e.g. a new terminal/console or so.
So this is the sequence of actions I should be able to do in a single shell session:
... (6 Replies)
Hi
I tried with bash --login option. but the output is
siva:~$ bash --login
siva:~$
is there any way to make the shell ask for user id and password ( and login as different user instead of using sudo / su )
Thx in advance
Siva (3 Replies)
Hi
Can any one help me with unix box user name and password. I tried several free sites which provide free unix login, but there I can't use ksh.
Thanks:) (5 Replies)
Hello Everyone,
I am a newbie in unix. I was practicing shell scripts on hp unix machine.
I changed my current login shell (Korn) to Bourne shell giving the following command.
$ chsh username /usr/bash
I am using secure shell client for accessing the hp ux server.
After which i... (4 Replies)
I am new to UNIX and am interested to practice on a Shell account with some basic Unix installed, does anyone know of a free or cheap shell account? (4 Replies)