Skip to content

Scandinavian characters, CCSID and PASE CCSID/Locale #1401

Answered by krka01
krka01 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

First you need to decide if you want to start the secondary SSH daemon with the -p port option or use a dedicated config file.
I choosed to start with an dedicated config file as I think it is more flexible to configure the secondary ssh daemon to only be accessible for certain groups using the AllowGroups and so on.
Decide the port to use, I choosed port 2222

To create a copy of the original sshd_config:

CPY OBJ('/QOpenSys/QIBM/UserData/SC1/OpenSSH/etc/sshd_config')
    TOOBJ('/QOpenSys/QIBM/UserData/SC1/OpenSSH/etc/sshd_config_2222')
    OWNER(*KEEP) AUT(*OBJ) 

Edit the new config file and uncomment and change the port directive to use the choosen port:
EDTF '/QOpenSys/QIBM/UserDat…

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@krka01
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@worksofliam
Comment options

@krka01
Comment options

@chrjorgensen
Comment options

@krka01
Comment options

@dkJohan
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by chrjorgensen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants