Skip to content
MichalNowicki edited this page Dec 19, 2014 · 5 revisions

How to evaluate PUTSLAM results

OPUS members

The user "opus" at server in LRM can be used to evaluate the PUTSLAM.

file: ~/.ssh/config

Host omega
        HostName omega.cie.put.poznan.pl
        User nowickim

# LRM main server through omega but as opus
Host lrmOpus
        Hostname 150.254.47.188
        User opus
        ProxyCommand ssh omega nc %h 22

Logging without password:

ssh-keygen
ssh-copy-id -i ~/.ssh/id_rsa.pub lrmOpus