User manual

4 Network Services and Tools Provided by OnRISC
1. select “Join a Personal Area Network”
2. search for the OnRISC
3. select it and try to connect. Enter “1234” as passkey
4. configure the network interface
4.4. Telnet
The telnet console can be accessed with following command:
telnet ip address
This connection can be used only for normal users, not for the super user. To execute super user
commands login as user and then execute su. For further information see:
man telnetd or man issue.net
4.5. SSH
To access the OnRISC via SSH from Linux execute:
ssh ip address
To access OnRISC via SSH from Windows you need a ssh-client such as PuTTY
28
. To exchange
files several tools could be used:
scp (Linux) - secure copy tool
pscp (Windows) - secure copy tool included in PuTTY distribution
WinSCP
29
(Windows) - secure copy tool with graphical interface
For further information see:
man sshd
4.6. FTP
OnRISC provides vsftpd
30
as FTP-server. The files to be shared must be placed in /home/ftp. To
access the files execute:
ftp ip address
The FTP-server is configured for normal user accounts created on the OnRISC, so login as user
“user” with a password “user”. For access via graphical FTP-client following programs can be
used:
FileZilla (http://www.filezilla.de/)
Firefox with FireFTP add-on (http://fireftp.mozdev.org/help.html)
28
http://www.chiark.greenend.org.uk/~sgtatham/putty/
29
http://winscp.net/eng/index.php
30
http://vsftpd.beasts.org/
May 2014 OnRISC User Manual 28