Can't login to a free shell environment


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Can't login to a free shell environment
# 1  
Old 12-05-2011
Can't login to a free shell environment

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.
# 2  
Old 12-06-2011
When do they give you that error?
# 3  
Old 12-06-2011
I hit <Enter> key after the command line that says:
Code:
SSH Server/Alias: sdf.org

it gives me:
Code:
Connected to server running SSH-1.99-OpenSSH_5.8

Server's hostkey (ssh-rsa) fingerprint:
openssh md5:  53:2a:b3:92:a6:88:ca:c0:ff:c2:1b:d1:53:11:fc:4e
bubblebabble: xikak-kyzak-kibyt-tukup-mebiv-nynog-kygyn-sanyb-zyfab-vohiv-soxex

File operations disabled, server identity can't be verified

sdf.org login:

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:
Code:
press <ctrl> + <mouse-3> for Menu

SSH Server/Alias: m-net.arbornet.org
Connected to server running SSH-2.0-OpenSSH_5.4p1 FreeBSD-20100308

Server's hostkey (ssh-dss) fingerprint:
openssh md5: e0:b3:ec:31:36:4d:4e:e7:50:79:cb:bf:21:1c:00:f0
bubblebabble:  xepid-hotut-rosur-votyl-fikyr-rekev-vybag-gifyb-fafad-kukes-myxox

File operations disabled, server identity can't be verified

m-net.arbornet.org login:

Then when I enter newuser as per Arbornet's instruction, I get:
Code:
m-net.arbornet.org login: newuser
newuser@m-net.arbornet.org's password:

I have not established my password yet, so I just enter some dummy password. As expected, it gave me: "Authentication failed, permission denied". Smilie

Please note that the SSH Server/Alias values (sdf.org and m-net.arbornet.org) are given by default.

Last edited by laiko; 12-06-2011 at 01:11 AM..
# 4  
Old 12-06-2011
Don't use the java client. If you're on windows, use PUTTY and tell it to login to new@sdf.org.

If you're in OSX, open a terminal and type ssh new@sdf.org
# 5  
Old 12-06-2011
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.
# 6  
Old 12-06-2011
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.
# 7  
Old 12-06-2011
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.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Non-interactive & non-login shell environment?

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)
Discussion started by: bodisha
7 Replies

2. UNIX for Beginners Questions & Answers

What will be the effect of environment variable, when mulitple sessions are opened by same login?

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)
Discussion started by: Siva SQL
4 Replies

3. UNIX for Advanced & Expert Users

Can adding to a new group be effective in current login environment without re-login?

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)
Discussion started by: hce
2 Replies

4. Shell Programming and Scripting

Script as login shell (passing args to login shell)

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)
Discussion started by: maverick72
20 Replies

5. Shell Programming and Scripting

Not able to change the environment variable in k shell

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)
Discussion started by: girish.raos
1 Replies

6. Shell Programming and Scripting

How to get environment of a "fresh" login shell?

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)
Discussion started by: Miikka
6 Replies

7. Linux

How to Start a Shell as Login shell instead of ordinary shell

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)
Discussion started by: Sivaswami
3 Replies

8. UNIX for Dummies Questions & Answers

Please help with any free unix machine login password

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)
Discussion started by: itsjoy2u
5 Replies

9. HP-UX

cannot login after changing login shell

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)
Discussion started by: hardesh
4 Replies

10. UNIX for Dummies Questions & Answers

Where can I get a Free Shell Account?

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)
Discussion started by: shneurg
4 Replies
Login or Register to Ask a Question