As400: Difference between revisions

From Halfface
Jump to navigation Jump to search
(Created page with "=connect= tn5250 host =quit= CTRL + q")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
=quit=
=quit=
  CTRL + q
  CTRL + q
=Send message via ssh=
ssh USER@host.net "system \"SNDMSG MSG('this is a test msg') TOMSGQ(*SYSOPR)\""
=Read messages via ssh=
ssh user@host.net 'system "dspmsg qsysopr"'

Latest revision as of 11:34, 7 June 2018

connect

tn5250 host

quit

CTRL + q

Send message via ssh

ssh USER@host.net "system \"SNDMSG MSG('this is a test msg') TOMSGQ(*SYSOPR)\""

Read messages via ssh

ssh user@host.net 'system "dspmsg qsysopr"'