Kahuna and FTP (and other remote access)
The kahuna admin, Byron Jeff,
has decided to suspend both
ftp and telnet protocols as they are both extremely insecure from a network
standpoint. Both shuffle passwords and data around the network in clear text
which means that anyone along the way with a network sniffer can intercept
such information.
But not to worry. it has been replaced with an SSH server, which has a much
higher level of security while offering the same functionality. You should
download two applications to utilize SSH: putty and WinSCP. Putty replaces
telnet and will let you get a command line login to kahuna. WinSCP or
Filezilla will give
you an interface similar to WS_FTP but at a much higher level of security.
Note that Filezilla is available for Windows, Mac OSX, and Linux systems
while WinSCP only runs under Windows.
Quick Guide for Kahuna PHPMyAdmin access
Putty is for Windows users only. MaxOS/Linux users use tutorial shown
after the Quick Guide
Activity | Tool(s) | Guide(s) | Parameters | Notes |
SSH Access |
Putty (Windows)
| Putty Tutorial |
Hostname: kahuna.clayton.edu Port: 22 |
- Download only 64-bit putty.exe (located under Alternative
Binaries) and save on Desktop
- Never use the Open Button on putty. Double click saved session instead.
- Be sure to save any settings that are changed under saved session.
- Passwords will be blind typed. Nothing will show on screen.
- Be sure to set up tunnels in next section in your setup.
|
SSH Tunnel |
Putty (above) or ssh on Mac/Linux |
Windows: Windows Tutorial
Mac/Linux: Mac/Linux Tutorial |
Source Port: 8080 Destination Host: localhost (or 127.0.0.1) Dest Port: 80 |
- Do not use port 3306 from the tutorial.
- Be sure to click 'Add' on the Port Forwarding page.
- Be sure to save your session before activating putty.
|
Access PHPMyAdmin |
Link to local port 8080 PHPMyAdmin on your machine. |
|
|
- Use credentials given by your instructor to log in.
- You can only create databases with name starting with your
login. If your login is abc123 then all databases must start with
abc123_.
- All students have select access to employees and birthday databases.
|
Note Mac OSX and Linux users do not need Putty. They can access SSH using
this
tutorial.
Link to original page with Filezilla
Hope this helps,
BAJ