We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
지루한 SSH 접속과 포워딩을 단축하기 위한 별칭(Alias) 설정입니다.
~/.zshrc
# 단순 접속 alias sshp='ssh basic@192.168.201.98 -p 10003' # 프로메테우스 포트포워딩 포함 접속 alias mon='ssh -L 9090:localhost:9090 basic@192.168.201.98 -p 10003'