attach a remote host to a local console...

V13 v13 at priest.com
Sun Aug 17 22:23:16 EEST 2003


On Sunday 17 August 2003 13:29, Antonis Faragitakis wrote:
> 	-l /usr/bin/ssh # ektelei to ssh anti tou /bin/login

Ypotheto oti mporeis na ftiakseis ena scriptaki toy styl:

----
#!/bin/sh

echo -n "hostname:"
read hn mpla
echo -n "username:"
read un mpla
if [ ! -z "$hn" ] ; then
	ssh un at hn
fi
----

kai na trexeis ayto anti gia to ssh... 

> atnonis
<<V13>>




More information about the Linux-greek-users mailing list