Movie-style "secure uplink"


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Movie-style "secure uplink"
# 1  
Old 01-04-2012
Movie-style "secure uplink"

Hello,

First post here at the unix.com forums.

I got into unix while I did a one year crash course (if you can call a one year period a crash course) in server virtualization.

That's roughly two years ago, and since then, I've set up an Ubuntu based web server at home running everything from well, web sites to a minecraft server. I've installed several CentOS based servers, as well as a few Ubuntu ones at work, but nothing major.

As you might understand, I'm still a n00b, and trying to learn.

Anyways, enough with the introductions.

I'm interested in learning how to set up a terminal based chat with someone else running a unix dist.

It would be nice to be able to say that it's "secure" as well, but that's just a cool feature. Smilie

I've seen the tutorials on how to chat using Netcat, and that's not really what I want. Perhaps a .sh script utilizing netcat? I don't know..

Any ideas? Smilie
# 2  
Old 01-04-2012
# 3  
Old 01-04-2012
If it is meant to be on your local box with other users being logged in, you might do as jayan_jay suggested or use talk. Both is neither secure and limited to the local machine.
There is also ytalk which might offer some more security. I googled for you:
Secure Chat with YTalk and SSH - O'Reilly Media
# 4  
Old 01-04-2012
Well, connecting to another persons box using SSH and then using "wall" or "write" feels like cheating. ;-)

Would ytalk be able to connect to a user on a different computer, even outside my LAN?

If so, that's awesome. Smilie
I'll look into it, thanks!
# 5  
Old 01-04-2012
Maybe an IRC-daemon is an option for you. ngIRCd supports SSL as I read.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies

2. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

3. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

4. Solaris

The slices "usr", "opt", "tmp" disappeared!!! Help please.

The system don't boot. on the screen appears following: press enter to maintenance (or type CTRL-D to continue)...I checked with format command. ... the slices "0-root","1-swap","2-backup" exist. ...the slises "3-var","6-usr" -unassigned. :( (16 Replies)
Discussion started by: wolfgang
16 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

6. What is on Your Mind?

Looking for a "Motivational Poster" Style unix command?

I am trying to figure out a sort of Motivational line that I could write as a short unix command... I don't know too much but something like Get everything you want in life sudo (get everything) (you want?) (life directory) Any ideas? Thank You very much Brad (4 Replies)
Discussion started by: ridesurf
4 Replies

7. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies

8. AIX

How to use "ssh secure shell" to setup

I want do ssh without password from windows to AIX. I can use putty and WinScp tool to do it. However, when I use ssh secure shell, I still need input password to login AIX I use the following steps to do: Keys Generated with ssh-keygen2 In order to set up user public-key authentication,... (1 Reply)
Discussion started by: rainbow_bean
1 Replies

9. Shell Programming and Scripting

Help needed with secure shell "sftp"

I am using sftp -V sftp: F-Secure SSH 3.1.0 (build 12) on sparc-sun-solaris2.8 I think it's happening due to secure shell. I can not rename files with "get". As "get" is working fine with open shell sftp. Here are the details about the problem: "get" does not rename the file. It actually... (0 Replies)
Discussion started by: val0822
0 Replies
Login or Register to Ask a Question